mcpbeat Sign in

Dokmatiq DocGen MCP Server

local only

Dokmatiq DocGen runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 26 Jun 2026.

PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.

Installs per day peak 24 · avg 12 · +2% w/w
a month agotoday
104
Installs / week
pypi · dokmatiq-docgen-mcp
0
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/docgen_mcp/__init__.py:1, [пакет] src/docgen_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docgen -- uvx dokmatiq-docgen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docgen": {
      "args": [
        "dokmatiq-docgen-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docgen]
command = "uvx"
args = ["dokmatiq-docgen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docgen": {
      "args": [
        "dokmatiq-docgen-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docgen": {
      "args": [
        "dokmatiq-docgen-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DOCGEN_API_KEY (Dokmatiq API key (get one at https://developer.dokmatiq.com)), DOCGEN_BASE_URL (Override the API base URL (default: https://api.dokmatiq.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dokmatiq DocGen

same job, measured the same way
Invapi MCP
by invapi-org

Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel)

34 installs/wk local only
Invoice & Receipt OCR Extractor to Excel
by ranovam

Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…

answering
MainBook Bank Statement Converter
by mainbook

Convert PDF bank statements to checked Excel, CSV or JSON with balance validation.

253 installs/wk 4 tools answering
Documentero
by documentero

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

30 installs/wk local only
Sdcvalidator
by semanticdatacharter

SDC4 structural validator with ExceptionalValue recovery; thin wrapper over xmlschema.

208 installs/wk local only
docmcp — Word & Excel files
by adirdavi

Real .docx and .xlsx files from structured data, with automatic Hebrew/Arabic RTL.

answering
RentRollAPI
by ekvanauk

Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)

2 tools answering
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

174 installs/wk local only

Dokmatiq DocGen — questions

Answers built from our own checks of this server.

Why is there no uptime for Dokmatiq DocGen?
Dokmatiq DocGen runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dokmatiq-docgen-mcp was installed 104 times last week.
How do I connect Dokmatiq DocGen?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dokmatiq-docgen-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Dokmatiq DocGen?
The pypi package dokmatiq-docgen-mcp was installed 104 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dokmatiq DocGen open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.