Skip to main content

MCP Setup

The MCP tab in Settings generates a dedicated API key and shows connection details for your AI tool.
This page is just about getting a key from the app. For the protocol overview, the endpoint, and per-client config, see MCP Overview and the client guides it links (Claude Code, Cursor & VS Code, Claude Desktop). You don’t need both pages. Start with the one that matches where you are.

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.
Both /mcp and /mcp/ are accepted; the trailing-slash form is the canonical spelling.

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