Skip to main content

MCP Setup

The MCP tab in Settings generates a dedicated API key and shows connection details for your AI tool.

Generate your MCP key

  1. Open use.superdocs.app and sign in
  2. Click the gear icon to open Settings
  3. Go to the MCP tab
  4. Click Generate MCP Key
A dedicated API key named “MCP Integration” is created. The connection details appear:
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.
FieldValue
Endpointhttps://api.superdocs.app/mcp
TransportStreamable HTTP
AuthorizationBearer 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