Loading MCP server directory, please wait...
PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.
npx @getmcp/cli add io.github.dokmatiq/docgenRequires Python 3.10+. Community-contributed server. Review source before installing.
DOCGEN_API_KEYDokmatiq API key (get one at https://developer.dokmatiq.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dokmatiq/docgen": {
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "",
"DOCGEN_BASE_URL": ""
}
}
}
}