mcp-einvoicing-de
About
German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EINVOICING_DE_LOG_LEVEL EINVOICING_DE_KOSIT_ENABLE EINVOICING_DE_KOSIT_VALIDATOR_URLClaude Code
claude mcp add --env EINVOICING_DE_LOG_LEVEL= --env EINVOICING_DE_KOSIT_ENABLE= --env EINVOICING_DE_KOSIT_VALIDATOR_URL= mcp-einvoicing-de -- uvx mcp-einvoicing-de
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-einvoicing-de","command":"uvx","args":["mcp-einvoicing-de"],"env":{"EINVOICING_DE_LOG_LEVEL":"","EINVOICING_DE_KOSIT_ENABLE":"","EINVOICING_DE_KOSIT_VALIDATOR_URL":""}}'
JSON
{
"mcpServers": {
"mcp-einvoicing-de": {
"command": "uvx",
"args": [
"mcp-einvoicing-de"
],
"env": {
"EINVOICING_DE_LOG_LEVEL": "",
"EINVOICING_DE_KOSIT_ENABLE": "",
"EINVOICING_DE_KOSIT_VALIDATOR_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.