PluginBench
MCP Server

io.github.makririch/einvoice MCP Server

io.github.makririch/einvoice

What is the io.github.makririch/einvoice MCP server?

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

How to install io.github.makririch/einvoice

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "einvoice": {
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "einvoice": {
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "einvoice": {
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "einvoice": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "einvoice-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add einvoice -- npx -y einvoice-mcp

Related MCP servers

DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.

View repository →