Odel
einvoice mcp

einvoice mcp

Local
@makririch2TypeScriptUpdated 4mo ago

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).

npmeinvoice-mcpv0.1.3

Run

npx -y einvoice-mcp

MCP client config

{
  "mcpServers": {
    "einvoice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}