MCP Setup
The MCP tab in Settings generates a dedicated API key and shows connection details for your AI tool.Generate your MCP key
- Open use.superdocs.app and sign in
- Click the gear icon to open Settings
- Go to the MCP tab
- Click Generate MCP Key
The “MCP Key” is a regular API key with the name “MCP Integration” — same format, same auth, same usage limits as keys you create in the API Keys tab. The MCP tab is just a convenience that auto-names the key and pre-fills it into the config snippets below. You can also use any
sk_ key from the API Keys tab here — they work identically.| Field | Value |
|---|---|
| Endpoint | https://api.superdocs.app/mcp |
| Transport | Streamable HTTP |
| Authorization | Bearer sk_... (your generated key) |
Connect your AI tool
Copy the config snippet shown in Settings and paste it into your tool’s configuration file. For step-by-step setup instructions, see the MCP Integration guides:Claude Desktop
JSON config for Claude Desktop
Cursor & VS Code
Config for Cursor, VS Code, Windsurf
Claude Code
CLI command for Claude Code

