SuperDocs
About SuperDocs
AI document editor for humans and AI agents: hosted MCP server with 38 tools, surgical edits that preserve formatting, real .docx and PDF export.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"superdocs": {
"type": "streamable-http",
"url": "https://api.superdocs.app/mcp",
"headers": {
"Authorization": "Bearer sk_YOUR_KEY"
}
}
}
}Tools
38Send a message to edit or create a document in a session
Start a document-scale chat job and poll progress
Resume a paused large edit
Approve or deny proposed changes (human-in-the-loop)
Rewind conversation and document to before a message
Restore the session forward to its pre-revert state
List chat sessions
Full history and document state of a session
List a session’s jobs including pending approvals
Create a session and open documents in one call
List documents open in a session
Switch the focused document
Close a document in a session
List documents in the durable library
Document content, structure, and metadata
Open saved documents into a session
Rename a document
Archive a document (recoverable)
Restore an archived document
Wipe the saved cross-session memory note
Attach a reference file to a session
Remove an attachment
Check attachment processing status
List jobs
Get a job’s status and result
Cancel a running job
Upload a reusable template
List your templates
Delete a template
Upload a document to edit
Export to .docx, PDF, HTML, Markdown, or plain text
Pre-signed URL for large uploads
Ingest a file uploaded via pre-signed URL
Pre-signed URL for downloads
Tier, quota, and account status
Request a scale-limit expansion
Upload an image for insertion into documents
Service health check
Overview
What is SuperDocs?
SuperDocs is an AI document editor for humans and AI agents. It edits documents surgically, section by section, instead of regenerating them, so formatting survives and token costs drop by about 97%. It runs as a free web app (use.superdocs.app), a REST API, and a hosted remote MCP server with 38 tools and 4 workflow prompts on one Streamable HTTP endpoint. Nothing to install: no local Word, Python, or Node required, and the AI model is included.
How to use SuperDocs
Connect any MCP client to https://api.superdocs.app/mcp (Streamable HTTP) with an Authorization: Bearer header.
- Claude Code:
claude mcp add -s user --transport http superdocs https://api.superdocs.app/mcp --header "Authorization: Bearer <your key>" - Any other MCP client (Cursor, Claude Desktop, Windsurf, VS Code, Cline, Continue, Zed): point it at the same URL with the same header.
- AI agents can self-signup with no human in the loop:
POST https://api.superdocs.app/v1/agents/signupwith{"terms_accepted": true, "agent_name": "your-name"}returns a working API key on the free tier (500 operations per month, no credit card). Humans: create a key at use.superdocs.app (Settings, API Keys).
Key features
- 38 MCP tools plus 4 workflow prompts (draft_from_outline, edit_styled_docx, convert_format, review_contract_for_redflags)
- Section-precise editing of paragraphs, headings, tables, rows, and cells with style preservation (borders, fonts, shading, spacing) across edits and exports
- Real Word fidelity: track changes, footnotes, endnotes, comments, headers and footers round-trip; export to .docx, PDF, HTML, Markdown, and plain text
- Multi-document sessions, a durable file library, per-message revert and redo, and human-in-the-loop approval with before/after diffs
- Scanned-PDF text recognition and layout-aware PDF ingest; image and diagram generation; semantic search inside documents
- Pre-signed URL upload/download for large files, and a compact response mode with roughly 140x token reduction on long documents
- Honest billing: failed or no-op requests bill 0 operations
The 38 tools
chat, chat_async, continue_chat, approve_change, revert_session_to_message, redo_revert, list_sessions, get_session_history, get_session_jobs, init_session, list_session_documents, focus_session_document, close_session_document, list_documents, get_document_detail, open_documents, rename_document, archive_document, unarchive_document, clear_cross_session_memory, upload_attachment_base64, delete_attachment, get_attachment_status, list_jobs, get_job, cancel_job, upload_template_base64, list_user_templates, delete_user_template, upload_document_base64, export_document, request_upload_url, process_uploaded_document, request_download_url, get_account_status, request_limit_increase, upload_image_base64, health
Links
- Website: https://superdocs.app
- Docs: https://docs.superdocs.app
- Agent guide: https://docs.superdocs.app/introduction/agent-signup
Basic information
More Productivity MCP servers
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Comments