superdocs

An AI document service for drafting and editing Word documents and PDFs through an MCP server. MCP is a standard way for an AI agent to call external tools.

In plain words
What is it for?
Use it to draft or edit .docx and PDF files, then export the results.
Why use it?
It lets an agent work with common document files through one connected service instead of handling each file operation separately.

MCP server for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add mcp/superdocsapp/superdocs-plugin/superdocs
Clone the repo
git clone --depth 1 https://github.com/superdocsapp/superdocs-plugin

Made for: Claude Code, Codex, Cursor.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

superdocs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

server.json · 6 lines

What it actually says

{
  "superdocs": {
    "url": "https://api.superdocs.app/mcp/",
    "type": "streamable-http"
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 6 lines scan A c85ce2ec3552

Subscribe to this mod's changes

superdocs is an MCP server published in the GitHub repository superdocsapp/superdocs-plugin (1 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other mcp servers, from other repositories

word-mcp-live

MCP server for Microsoft Word — live editing on Windows (COM) and macOS (JXA), plus cross-platform python-docx tools. Runs locally from the word-mcp-live Python package. Needs 2 environment variables to run.

ykarapazar/word-mcp-live · not measured

kitchensink4word

Everything plus the kitchen sink for Microsoft Word - the most complete .docx MCP server: live editing of open documents (one Ctrl+Z per call, cursor-safe), mail merge, batch operations, redaction, accessibility and template-compliance audits, cross-reference validation, native citations/bibliography, index…

nometalalchemist/KitchenSink4Word · not measured

open-agreements

Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files. Runs locally from the @open-agreements/contract-templates-mcp npm package.

open-agreements/open-agreements · not measured

paper-format-agent

Local-first DOCX formatter for academic papers with a content-fingerprint guard that proves the text was left untouched — only the formatting changed. Runs locally from the paper-format-agent Python package.

zxyasfas/paper_format_agent · not measured

stemma

MCP server "stemma" as configured in stemma-sh/stemma. Launched with ${CLAUDE_PLUGIN_ROOT}/server/stemma-mcp.

stemma-sh/stemma · not measured

carbone-mcp

Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating. Runs locally from the carbone-mcp npm package. Needs 2 environment variables to run.

carboneio/carbone-mcp · not measured