MCP Integration
The Model Context Protocol (MCP) lets AI tools connect to external services. SuperDocs exposes an MCP server with 16 tools for document editing, session management, attachments, and more. When connected, SuperDocs tools appear natively in your AI tool — no API client code needed.Prerequisites
- A SuperDocs account (sign up free)
- An API key (see API Keys or MCP Setup)
Connection details
| Field | Value |
|---|---|
| Endpoint | https://api.superdocs.app/mcp |
| Transport | Streamable HTTP |
| Auth header | Authorization: Bearer sk_YOUR_API_KEY |
Supported clients
Claude Desktop
Add to claude_desktop_config.json
Cursor & VS Code
Add to .cursor/mcp.json or VS Code settings
Claude Code
One CLI command
Quick test
After connecting, ask your AI tool:“Use the SuperDocs health tool to check the API status”If the connection is working, you’ll get back
{"status": "healthy"}.
