
Superdocs
- Updated July 17, 2026
- superdocsapp/superdocs-plugin
app.superdocs/superdocs is a MCP server that edits, drafts, summarizes, and exports documents via 21 tools and 4 prompts to .docx, PDF, HTML, MD, and RTF.
About
app.superdocs/superdocs connects your coding agent to Superdocs, a document automation API exposed as a rich MCP remote. developers use it when READMEs, specs, proposals, or launch one-pagers need professional formatting without opening Word or fighting pandoc scripts mid-sprint. The registry entry advertises edit, draft, summarize, and export to styled.docx, PDF, HTML, MD, and RTF through 21 tools and 4 prompts—enough surface area for iterative rewrites and final export in one loop. Placement spans Build (docs) and often Ship/Launch when you polish release notes or investor PDFs. Configuration is the HTTPS MCP endpoint in Claude Code, Cursor, or similar clients plus Superdocs credentials as required by the service. This is a document SaaS bridge, not an in-repo linter skill; expect network calls per operation.
- 21 MCP tools plus 4 prompts for document workflows
- Export styled output to .docx, PDF, HTML, Markdown, and RTF
- Edit, draft, and summarize long-form content from the agent
- Hosted streamable HTTP at api.superdocs.app/mcp/
- Superdocs.app account integration (remote server v1.0.0)
Superdocs by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
claude mcp add --transport http superdocs https://api.superdocs.app/mcp/Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | July 17, 2026 |
| Repository | superdocsapp/superdocs-plugin ↗ |
What it does
Draft, edit, summarize, and export polished documents (.docx, PDF, HTML, MD, RTF) from the agent via Superdocs’ tool surface.
Who is it for?
Best when you live in the terminal but still owe stakeholders polished Word or PDF docs.
Skip if: Skip if you only need plain Markdown in-repo with no styled export, or fully offline document pipelines.
What you get
After registration, your agent can iterate on document content and export publication-ready files through Superdocs without a separate desktop workflow.
- Edited and summarized document drafts via agent
- Styled .docx, PDF, HTML, MD, or RTF exports
- Faster spec and launch-doc iterations without manual paste-up
By the numbers
- 21 MCP tools
- 4 MCP prompts
- Export formats: .docx, PDF, HTML, MD, RTF
README.md
SuperDocs plugin for Claude Code
Edit, draft, search, summarize, and export styled documents (.docx / PDF / HTML / Markdown / RTF) directly from Claude Code via the SuperDocs MCP server.
A single /plugin install command bundles:
- 22 MCP tools — chat, structural editing, attachments, sessions, jobs, templates, pre-signed upload/download
- 4 user-invocable workflow prompts —
/superdocs:draft_from_outline,/superdocs:edit_styled_docx,/superdocs:convert_format,/superdocs:review_contract_for_redflags - Auto-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, run:
claude plugin install superdocsapp/superdocs-plugin
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.
Quick start
After install, try any of these:
Load /path/to/your.docx into SuperDocs as the active editable document.
/superdocs:draft_from_outline
Bold 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 | https://api.superdocs.app/mcp/ (Streamable HTTP, sk_ Bearer auth) |
| Skill | skills/superdocs/SKILL.md — auto-loads when you ask document work |
| Tools (21) | chat, chat_async, approve_change, upload_document_base64, request_upload_url, process_uploaded_document, request_download_url, export_document, list_sessions, get_session_history, get_session_jobs, upload_attachment_base64, delete_attachment, get_attachment_status, list_jobs, get_job, cancel_job, upload_template_base64, list_user_templates, delete_user_template, health |
| Prompts (4) | draft_from_outline, edit_styled_docx, convert_format, review_contract_for_redflags |
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. Pin a specific version with claude plugin install superdocsapp/superdocs-plugin@1.0.0 if you need stability.
Compatibility
| Client | Tools | Prompts | Skill |
|---|---|---|---|
| Claude Code | ✅ | ✅ | ✅ |
| Claude Desktop | ✅ (via MCP) | ✅ | ⚠️ skill format support varies |
| Cursor | ✅ (via MCP, plugin-style install in roadmap) | ✅ | ⚠️ |
| 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.
Recommended MCP Servers
How it compares
Hosted document export MCP, not an in-editor Markdown preview skill.
FAQ
Who is app.superdocs/superdocs for?
Developers using AI agents who need to produce or refine business and product documents with styled exports, not just raw text in the repo.
When should I use app.superdocs/superdocs?
Use it while writing specs, PRDs, README variants, or launch PDFs during Build, and again when polishing ship and distribution collateral.
How do I add app.superdocs/superdocs to my agent?
Add the streamable HTTP remote https://api.superdocs.app/mcp/ to your MCP client configuration, authenticate per Superdocs.app guidance, then call document tools from your session.