SuperDocs MCP Server
OfficialAllows document editing, drafting, searching, summarizing, and exporting capabilities via the SuperDocs MCP server when used in VS Code with GitHub Copilot.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuperDocs MCP ServerLoad my contract and check for red flags"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuperDocs plugin for Claude Code
SuperDocs is an AI document editing platform — an AI document editor available as a REST API, an MCP server, and a web app. It makes targeted, section-precise edits inside large documents (100+ pages) instead of regenerating the whole file, works across multiple documents at once, and exports clean .docx / PDF / HTML / Markdown. This plugin connects it to Claude Code.
Edit, draft, search, summarize, and export styled documents (.docx / PDF / HTML / Markdown / plain text) directly from Claude Code via the SuperDocs MCP server.
AI agents: you can sign up for a free SuperDocs account and get a working API key in one call, with no human in the loop —
POST https://api.superdocs.app/v1/agents/signup. See the agent guide.
A single /plugin install command bundles:
38 MCP tools — chat, section-precise structural editing, multi-document sessions, durable Files, cross-session memory/search, image + diagram generation, attachments, sessions, jobs, templates, pre-signed upload/download, account status
4 user-invocable workflow prompts —
/superdocs:draft_from_outline,/superdocs:edit_styled_docx,/superdocs:convert_format,/superdocs:review_contract_for_redflagsAuto-loading skill — Claude reaches for SuperDocs proactively when you ask to edit, draft, or export documents
Install
You'll need a free SuperDocs API key first — sign up at use.superdocs.app, then Settings → API Keys → Create. Free plan includes 500 AI operations per month.
In Claude Code, add the SuperDocs marketplace, then install the plugin from it:
claude plugin marketplace add superdocsapp/superdocs-plugin
claude plugin install superdocs@superdocs-pluginThe install argument is superdocs@superdocs-plugin (plugin name @ marketplace), not the GitHub repo path. Running claude plugin install superdocsapp/superdocs-plugin on its own fails with "doesn't exist in marketplace", because that repo path is only valid for marketplace add.
You'll be prompted for your API key. It's stored securely in your OS keychain — never in plaintext config.
That's it. The MCP server is now live, the skill auto-loads when you ask document-editing questions, and the 4 workflow prompts appear in your / slash menu.
Related MCP server: MinerU Document Explorer
Quick start
After install, try any of these:
Load /path/to/your.docx into SuperDocs as the active editable document./superdocs:draft_from_outlineBold every heading in the document.Export the current document as .docx and give me a pre-signed download URL.For more, see the SuperDocs documentation.
What this plugin includes
Component | What |
MCP server |
|
Skill |
|
Tools (38) | Chat & editing: |
Prompts (4) |
|
Manual install (no plugin)
If you'd rather configure the MCP server directly without the plugin (e.g., to share a config across projects via .mcp.json), see the MCP setup docs.
Updates
Plugin auto-updates whenever a new version is published. To pull the latest immediately, run claude plugin update superdocs.
Compatibility
Client | Tools | Prompts | Skill |
Claude Code | ✅ | ✅ | ✅ |
Claude Desktop | ✅ (via MCP) | ✅ | ⚠️ skill format support varies |
Cursor | ✅ (via MCP or the bundled | ✅ | ⚠️ |
VS Code (GitHub Copilot) | ✅ (via MCP) | ✅ | ⚠️ |
Zed, Continue, Amazon Q CLI, and others | ✅ (via MCP) | ✅ | ⚠️ |
Windsurf, Cline | ✅ (tools only) | ❌ (clients don't surface MCP prompts) | ❌ |
For non-Claude-Code clients, install the MCP server directly per the SuperDocs MCP setup docs.
Issues / feedback
Issues with this plugin: github.com/superdocsapp/superdocs-plugin/issues
Issues with SuperDocs itself: hello@superdocs.app
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/superdocsapp/superdocs-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server