Skip to main content
Add https://api.samsa.ai/mcp to your client below. Claude, ChatGPT, and Microsoft Copilot can sign in with OAuth; the remaining clients authenticate with an API key (Authorization: Bearer samsa_sk_…).
The API-key snippets below show the key inline for readability. In any config that is committed or shared, don’t store a real key — use your client’s environment-variable interpolation (shown for Claude Code, Cursor, and VS Code) or keep the config user-level. A leaked samsa_sk_… should be revoked immediately.
Claude (web and desktop) connects to remote MCP servers as a custom connector:
1

Add the connector

Open Settings → Connectors → Add custom connector and set the URL to https://api.samsa.ai/mcp.
2

Sign in

Claude opens Samsa’s OAuth sign-in; sign in and approve the consent screen. Claude’s tools list then shows the Samsa tools.
Exact menu labels vary by version — the essentials are the custom-connector flow and the Samsa server URL. Claude web calls /mcp from the browser with Origin: https://claude.ai, which Samsa allows, so discovery and sign-in work without extra configuration. On desktop, follow Anthropic’s current connector instructions and use the same server URL.
Config snippets for Claude Code, Cursor, VS Code, Windsurf, Codex, n8n, Claude web, ChatGPT, and the MCP Inspector come from Samsa’s backend client-config verification matrix. If a step is off, email support@samsa.ai and we’ll fix it fast.