Loading MCP server directory, please wait...
Generate DOCX and PDF documents from your DocMake templates
npx @getmcp/cli add io.docmake/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCMAKE_API_KEYDocMake API key, created at app.docmake.io under Settings > API Keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.docmake/mcp": {
"command": "npx",
"args": [
"-y",
"@docmake/mcp"
],
"env": {
"DOCMAKE_API_KEY": "",
"DOCMAKE_OUTPUT_DIR": "",
"DOCMAKE_API_BASE": "https://app.docmake.io/api/v1"
}
}
}
}