SuperDocs

by Unknown

SSE
364 downloads
Not rated
Website

About

AI document editor for humans and AI agents: hosted MCP server with 38 tools, surgical edits that preserve formatting, real .docx and PDF export.

Details

Author
Unknown
Downloads
364
Transport
SSE
Categories
Productivity, AI

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SuperDocs
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

chat

Send a message to edit or create a document in a session

chat_async

Start a document-scale chat job and poll progress

continue_chat

Resume a paused large edit

approve_change

Approve or deny proposed changes (human-in-the-loop)

revert_session_to_message

Rewind conversation and document to before a message

redo_revert

Restore the session forward to its pre-revert state

list_sessions

List chat sessions

get_session_history

Full history and document state of a session

get_session_jobs

List a session’s jobs including pending approvals

init_session

Create a session and open documents in one call

list_session_documents

List documents open in a session

focus_session_document

Switch the focused document

close_session_document

Close a document in a session

list_documents

List documents in the durable library

get_document_detail

Document content, structure, and metadata

open_documents

Open saved documents into a session

rename_document

Rename a document

archive_document

Archive a document (recoverable)

unarchive_document

Restore an archived document

clear_cross_session_memory

Wipe the saved cross-session memory note

upload_attachment_base64

Attach a reference file to a session

delete_attachment

Remove an attachment

get_attachment_status

Check attachment processing status

list_jobs

List jobs

get_job

Get a job’s status and result

cancel_job

Cancel a running job

upload_template_base64

Upload a reusable template

list_user_templates

List your templates

delete_user_template

Delete a template

upload_document_base64

Upload a document to edit

export_document

Export to .docx, PDF, HTML, Markdown, or plain text

request_upload_url

Pre-signed URL for large uploads

process_uploaded_document

Ingest a file uploaded via pre-signed URL

request_download_url

Pre-signed URL for downloads

get_account_status

Tier, quota, and account status

request_limit_increase

Request a scale-limit expansion

upload_image_base64

Upload an image for insertion into documents

health

Service health check

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "superdocs": {
            "superdocs": {
                "type": "streamable-http",
                "url": "https://api.superdocs.app/mcp",
                "headers": {
                    "Authorization": "Bearer sk_YOUR_KEY"
                }
            }
        }
    }
}

McpServers

{
    "superdocs": {
        "type": "streamable-http",
        "url": "https://api.superdocs.app/mcp",
        "headers": {
            "Authorization": "Bearer sk_YOUR_KEY"
        }
    }
}

SuperDocs is an AI document editor for humans and AI agents: a web app, a REST API, and a hosted remote MCP server (Streamable HTTP) with 38 tools and 4 workflow prompts. Surgical section-precise edits preserve formatting; real .docx and PDF export with track changes, footnotes, headers and footers intact; human-in-the-loop review; free tier with 500 operations a month; agents can self-signup with one API call, no human needed.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.