Validate and parse German e-invoices (XRechnung, ZUGFeRD, Factur-X) offline. No API key.
claude mcp add xrechnung-mcp -- npx -y @e-rechnung-inbox/xrechnung-mcp
claude_desktop_config.json
{
"mcpServers": {
"xrechnung-mcp": {
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"xrechnung-mcp": {
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"xrechnung-mcp": {
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"xrechnung-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"xrechnung-mcp": {
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.imysfylmz--xrechnung-mcp/reviews or the review_server meta-tool.
POST /mcp