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
| Client | Status | Notes |
|---|---|---|
| Claude Desktop | Fully supported | Recommended |
| Cursor | Fully supported | Great for developers |
| Windsurf | Fully supported | IDE-based |
| Zed | Supported | Editor with MCP |
| Continue.dev | Supported | VS Code extension |
| ChatGPT | Partial (Custom GPT) | Native MCP coming |
| Gemini | Coming soon | In 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
- Open Cursor settings → MCP.
- Add a new server:
{"name": "ScentSell","transport": "streamable-http","url": "https://mcp.scentsell.com.au/api/mcp"}
- 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: