Odel
Documentero

Documentero

Local
@documenteroTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@documentero/mcpv0.1.2

Run

npx -y @documentero/mcp

MCP client config

{
  "mcpServers": {
    "documentero": {
      "command": "npx",
      "args": [
        "-y",
        "@documentero/mcp"
      ]
    }
  }
}