Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Superdocs
S
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:10:02 PM

Superdocs

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Edit, draft, summarize, export styled .docx/PDF/HTML/MD/RTF via 21 MCP tools + 4 prompts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "superdocs": {
      "command": "npx",
      "args": [
        "-y",
        "https://api.superdocs.app/v1/agents/signup"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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_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, add the SuperDocs marketplace, then install the plugin from it:

Terminal
claude plugin marketplace add superdocsapp/superdocs-plugin
claude plugin install superdocs@superdocs-plugin

The 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.

Quick start

After install, try any of these:

Code
Load /path/to/your.docx into SuperDocs as the active editable document.
Code
/superdocs:draft_from_outline
Code
Bold every heading in the document.
Code
Export the current document as .docx and give me a pre-signed download URL.

For more, see the SuperDocs documentation.

What this plugin includes

ComponentWhat
MCP serverhttps://api.superdocs.app/mcp/ (Streamable HTTP, sk_ Bearer auth)
Skillskills/superdocs/SKILL.md β€” auto-loads when you ask document work
Tools (38)Chat & editing: chat, chat_async, approve_change, continue_chat, revert_session_to_message, redo_revert Β· Multi-document sessions (tabs): init_session, open_documents, list_session_documents, focus_session_document, close_session_document Β· Files (durable documents): list_documents, get_document_detail, rename_document, archive_document, unarchive_document Β· Upload/parse: upload_document_base64, request_upload_url, process_uploaded_document Β· Export/download: export_document, request_download_url Β· Sessions: list_sessions, get_session_history, get_session_jobs Β· Attachments: upload_attachment_base64, delete_attachment, get_attachment_status Β· Async jobs: list_jobs, get_job, cancel_job Β· Templates: upload_template_base64, list_user_templates, delete_user_template Β· Images: upload_image_base64 Β· Cross-session memory: clear_cross_session_memory Β· Account: get_account_status, request_limit_increase Β· Health: 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. To pull the latest immediately, run claude plugin update superdocs.

Compatibility

ClientToolsPromptsSkill
Claude Codeβœ…βœ…βœ…
Claude Desktopβœ… (via MCP)βœ…βš οΈ skill format support varies
Cursorβœ… (via MCP or the bundled .cursor-plugin/ install)βœ…βš οΈ
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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • M
    MCP Registry Server

    Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs MCP Registry Server β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Superdocs

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "superdocs": { "command": "npx", "args": ["-y", "superdocs"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSuperdocs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/superdocs?style=directory)](https://allmcps.com/mcp/superdocs)
HTML Embed
<a href="https://allmcps.com/mcp/superdocs"><img src="https://allmcps.com/api/badge/superdocs?style=directory" alt="Superdocs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit24d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 17, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Superdocs β†’Install in Claude DesktopInstall in CursorInstall in VS Code