mcpbeat Sign in

Documentero MCP Server

by documentero Your server? Claim it
local only

Documentero runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 24 Jul 2026.

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

Installs per day peak 12 · avg 5 · +24% w/w
a month agotoday
30
Installs / week
npm · @documentero/mcp
0
Stars
0 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Documentero every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add documentero-mcp -- npx -y @documentero/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "documentero-mcp": {
      "args": [
        "-y",
        "@documentero/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.documentero-mcp]
command = "npx"
args = ["-y", "@documentero/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "documentero-mcp": {
      "args": [
        "-y",
        "@documentero/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "documentero-mcp": {
      "args": [
        "-y",
        "@documentero/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCUMENTERO_API_KEY (Company API key from Documentero Account settings), DOCUMENTERO_BASE_URL (Optional Cloud API base URL (default: https://app.documentero.com/api)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Documentero

same job, measured the same way
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Docalyze
by lunarperovskite

Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.

131 installs/wk local only
TableTemplates
by tresor4k

Search 1,008 Excel and Google Sheets template keywords with US demand data; find free templates.

27 installs/wk local only
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

154 installs/wk local only
JustFill PDF Form Automation
by mrmaciej1

Detect, review and fill existing PDF forms from JSON or Excel; reuse saved templates

206 installs/wk answering
Doc_Conv — Document to Markdown
by nicklee002e

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

77 installs/wk local only
Convertisseur Ia
by walmes1

Documents (PDF, Word, Excel, PowerPoint, CSV) vers Markdown leger pour l'IA, 100 % local

32 installs/wk local only
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

174 installs/wk local only

Documentero — questions

Answers built from our own checks of this server.

Why is there no uptime for Documentero?
Documentero runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @documentero/mcp was installed 30 times last week.
How do I connect Documentero?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @documentero/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Documentero?
The npm package @documentero/mcp was installed 30 times in the last week. Week over week that is +24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Documentero open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.