What is the Dokmatiq DocGen MCP server?
PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.
How to install Dokmatiq DocGen
Copy-paste configuration for popular MCP clients.
DOCGEN_API_KEYrequiredsecretDokmatiq API key (get one at https://developer.dokmatiq.com)
DOCGEN_BASE_URLOverride the API base URL (default: https://api.dokmatiq.com)
{
"mcpServers": {
"docgen": {
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "<YOUR_DOCGEN_API_KEY>",
"DOCGEN_BASE_URL": "<YOUR_DOCGEN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"docgen": {
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "<YOUR_DOCGEN_API_KEY>",
"DOCGEN_BASE_URL": "<YOUR_DOCGEN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"docgen": {
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "<YOUR_DOCGEN_API_KEY>",
"DOCGEN_BASE_URL": "<YOUR_DOCGEN_BASE_URL>"
}
}
}
}{
"servers": {
"docgen": {
"type": "stdio",
"command": "uvx",
"args": [
"dokmatiq-docgen-mcp"
],
"env": {
"DOCGEN_API_KEY": "<YOUR_DOCGEN_API_KEY>",
"DOCGEN_BASE_URL": "<YOUR_DOCGEN_BASE_URL>"
}
}
}
}claude mcp add docgen --env DOCGEN_API_KEY=<YOUR_DOCGEN_API_KEY> --env DOCGEN_BASE_URL=<YOUR_DOCGEN_BASE_URL> -- uvx dokmatiq-docgen-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.