XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y einvoice-mcp
MCP client config
{
"mcpServers": {
"einvoice-mcp": {
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}