Skip to content
VS Code

einvoice for VS Code

io.github.makririch/einvoice

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

client:VS Code transport:stdio runtime:npm

Install einvoice in VS Code

.vscode/mcp.json

{
  "servers": {
    "einvoice": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

einvoice in other clients