The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Documentero listing page.
Official MCP server for Documentero — list templates, inspect field schemas, and generate Word/PDF/Excel documents from AI agents (Cursor, Claude Desktop, and more).
@documentero/mcp| Tool | Description |
|---|---|
list_templates | Templates with kind (word|excel), defaultFormat, allowedFormats |
get_template_fields | JSON Schema (primary, enriched value rules) + field definitions + allowed formats |
generate_document | Generate Word/PDF or Excel document for given template and fields; signed URL (~1h) by default, or base64 if embed: true. format optional (template default). |
Use https://documentero-dev.web.app/api for the development environment.
| Variable | Required | Default | Description |
|---|---|---|---|
DOCUMENTERO_API_KEY | yes | — | Company API key (Account settings) |
DOCUMENTERO_BASE_URL | no | https://app.documentero.com/api | Cloud API base URL |
list_templates → pick a templateId (respect kind / allowedFormats)get_template_fields → shape data from jsonSchema (use fieldDefinitions for extra context like HTML/Markdown/image/link/QR rules)generate_document → download URL (or embedded base64)/api/templates, /api/meta, /api/generate). Quotas and rate limits are enforced by Documentero as usual.docx / pdf; Excel templates support output format: xlsx only.https://mcp.documentero.com/mcp) is planned; this release is stdio only.MIT © Documentero