mcpbeat Sign in

MCP Einvoicing De MCP Server

local only

MCP Einvoicing De runs on your own machine — the client starts it, so there is no endpoint to ping. 309 installs a week from pypi. Last commit 12 Sep 2026.

German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.

Installs per day peak 372 · avg 94 · -71% w/w
a month agotoday
309
Installs / week
pypi · mcp-einvoicing-de
2
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
XSLT

Nothing serious here today

Today is the operative word: we check MCP Einvoicing De every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-einvoicing-de -- uvx mcp-einvoicing-de
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-einvoicing-de": {
      "args": [
        "mcp-einvoicing-de"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-einvoicing-de]
command = "uvx"
args = ["mcp-einvoicing-de"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-einvoicing-de": {
      "args": [
        "mcp-einvoicing-de"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-einvoicing-de": {
      "args": [
        "mcp-einvoicing-de"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EINVOICING_DE_LOG_LEVEL (Logging level: DEBUG, INFO (default), WARNING, or ERROR), EINVOICING_DE_KOSIT_ENABLE (Set to 1 to opt in to remote KoSIT cloud validation by default across all invoice_validate calls (egresses the full invoice payload). Local Schematron only by default; callers can still opt in per-call with cloud_validate=True.), EINVOICING_DE_KOSIT_VALIDATOR_URL (URL of a self-hosted KoSIT validation tool REST endpoint (e.g. http://localhost:8080/api/v1/validate), used only when cloud validation is enabled (cloud_validate=True or EINVOICING_DE_KOSIT_ENABLE=1). Defaults to an [Unverified] validator.kosit.de endpoint if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Einvoicing De

same job, measured the same way
Fakturai — German E-Invoice (ZUGFeRD / Factur-X / E-Rechnung)
by fakturai

KoSIT-verified German e-invoices: generate & validate ZUGFeRD, Factur-X, XRechnung, EN 16931.

3 tools answering
Einvoice
by makririch

XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant.

31 installs/wk local only
C
Einvoicewiz
by einvoicewiz

Generate & validate EN 16931 e-invoices (Factur-X, ZUGFeRD, XRechnung); verification certificates

7 tools answering
Xrechnung MCP
by imysfylmz

Validate and parse German e-invoices (XRechnung, ZUGFeRD, Factur-X) offline. No API key.

40 installs/wk local only
InkVoice — XRechnung & E-Invoicing
by inkvoice

Create and validate XRechnung (EN 16931), check Leitweg-IDs, calculate German VAT.

4 tools answering
ZUGFeRD Validator
by zugferd-validator

Validiert E-Rechnungen (ZUGFeRD/Factur-X, XRechnung) gegen EN 16931 mit Korrekturvorschlägen.

84 installs/wk 5 tools answering
Scribo
by causa-prima-ai

EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free.

4 tools answering
MCP Ksef Pl
by cmendezs

Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.

942 installs/wk local only

MCP Einvoicing De — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Einvoicing De?
MCP Einvoicing De 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 mcp-einvoicing-de was installed 309 times last week.
How do I connect MCP Einvoicing De?
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 mcp-einvoicing-de straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Einvoicing De?
The pypi package mcp-einvoicing-de was installed 309 times in the last week. Week over week that is -71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Einvoicing De open source?
Yes — it is published under the Apache-2.0 licence, written in XSLT and 2 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.