Loading MCP server directory, please wait...
List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.
npx @getmcp/cli add io.github.documentero/documentero-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCUMENTERO_API_KEYCompany API key from Documentero Account settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.documentero/documentero-mcp": {
"command": "npx",
"args": [
"-y",
"@documentero/mcp"
],
"env": {
"DOCUMENTERO_API_KEY": "",
"DOCUMENTERO_BASE_URL": ""
}
}
}
}