Skip to main content

Connect other MCP clients

ScentSell's MCP server uses the standard MCP protocol (2025-11-25 spec with Streamable HTTP transport). Any MCP-compatible client should be able to connect.

What you'll learn

  • Which clients are known to work
  • How to configure a generic MCP client
  • The server URL and transport details

Known compatible clients

ClientStatusNotes
Claude DesktopFully supportedRecommended
CursorFully supportedGreat for developers
WindsurfFully supportedIDE-based
ZedSupportedEditor with MCP
Continue.devSupportedVS Code extension
ChatGPTPartial (Custom GPT)Native MCP coming
GeminiComing soonIn development

Generic configuration

For any MCP client that supports Streamable HTTP transport:

Server URL:

https://mcp.scentsell.com.au/api/mcp

Transport: Streamable HTTP

Authentication: OAuth 2.1 (PKCE)

  • Authorization server: https://mcp.scentsell.com.au/.well-known/oauth-authorization-server
  • Authorization endpoint: /oauth/authorize
  • Token endpoint: /oauth/token

Cursor setup

  1. Open Cursor settings → MCP.
  2. Add a new server:
    {
    "name": "ScentSell",
    "transport": "streamable-http",
    "url": "https://mcp.scentsell.com.au/api/mcp"
    }
  3. Save and restart. Cursor will prompt you to authorise via browser on first use.

Windsurf setup

Windsurf uses a similar MCP configuration. Add ScentSell to your Windsurf MCP settings using the same server URL and transport details above.


Next steps: