Dokmatiq DocGen for Grok
io.github.dokmatiq/docgen
PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.
client:Grok
transport:stdio
runtime:pypi
Install Dokmatiq DocGen in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"docgen": {
"type": "stdio",
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "<DOCGEN_API_KEY>",
"DOCGEN_BASE_URL": "<DOCGEN_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs