{
  "markdown": "# SuperDocs plugin for Claude Code\n\n**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.\n\nEdit, draft, search, summarize, and export styled documents (`.docx` / PDF / HTML / Markdown / plain text) directly from Claude Code via the SuperDocs MCP server.\n\n> **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](https://docs.superdocs.app/introduction/agent-signup).\n\nA single `/plugin install` command bundles:\n- **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\n- **4 user-invocable workflow prompts** — `/superdocs:draft_from_outline`, `/superdocs:edit_styled_docx`, `/superdocs:convert_format`, `/superdocs:review_contract_for_redflags`\n- **Auto-loading skill** — Claude reaches for SuperDocs proactively when you ask to edit, draft, or export documents\n\n## Install\n\nYou'll need a free SuperDocs API key first — sign up at [use.superdocs.app](https://use.superdocs.app), then **Settings → API Keys → Create**. Free plan includes 500 AI operations per month.\n\nIn Claude Code, add the SuperDocs marketplace, then install the plugin from it:\n\n```bash\nclaude plugin marketplace add superdocsapp/superdocs-plugin\nclaude plugin install superdocs@superdocs-plugin\n```\n\nThe 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`.\n\nYou'll be prompted for your API key. It's stored securely in your OS keychain — never in plaintext config.\n\nThat'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.\n\n## Quick start\n\nAfter install, try any of these:\n\n```\nLoad /path/to/your.docx into SuperDocs as the active editable document.\n```\n\n```\n/superdocs:draft_from_outline\n```\n\n```\nBold every heading in the document.\n```\n\n```\nExport the current document as .docx and give me a pre-signed download URL.\n```\n\nFor more, see the [SuperDocs documentation](https://docs.superdocs.app).\n\n## What this plugin includes\n\n| Component | What |\n|---|---|\n| MCP server | `https://api.superdocs.app/mcp/` (Streamable HTTP, sk_ Bearer auth) |\n| Skill | `skills/superdocs/SKILL.md` — auto-loads when you ask document work |\n| 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` |\n| Prompts (4) | `draft_from_outline`, `edit_styled_docx`, `convert_format`, `review_contract_for_redflags` |\n\n## Manual install (no plugin)\n\nIf 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](https://docs.superdocs.app/mcp/setup).\n\n## Updates\n\nPlugin auto-updates whenever a new version is published. To pull the latest immediately, run `claude plugin update superdocs`.\n\n## Compatibility\n\n| Client | Tools | Prompts | Skill |\n|---|---|---|---|\n| Claude Code | ✅ | ✅ | ✅ |\n| Claude Desktop | ✅ (via MCP) | ✅ | ⚠️ skill format support varies |\n| Cursor | ✅ (via MCP or the bundled `.cursor-plugin/` install) | ✅ | ⚠️ |\n| VS Code (GitHub Copilot) | ✅ (via MCP) | ✅ | ⚠️ |\n| Zed, Continue, Amazon Q CLI, and others | ✅ (via MCP) | ✅ | ⚠️ |\n| Windsurf, Cline | ✅ (tools only) | ❌ (clients don't surface MCP prompts) | ❌ |\n\nFor non-Claude-Code clients, install the MCP server directly per the [SuperDocs MCP setup docs](https://docs.superdocs.app/mcp/setup).\n\n## Issues / feedback\n\n- Issues with this plugin: [github.com/superdocsapp/superdocs-plugin/issues](https://github.com/superdocsapp/superdocs-plugin/issues)\n- Issues with SuperDocs itself: hello@superdocs.app\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 5358,
  "sha": "6d5e34efffca874516ab67d363488734dc35913146f7f04d61aff2d04cc03dc7",
  "repo_slug": "superdocsapp/superdocs-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_superdocs_superdocs_3b094a9f/readme"
}