xrechnung mcp for Cursor
io.github.imysfylmz/xrechnung-mcp
Validate and parse German e-invoices (XRechnung, ZUGFeRD, Factur-X) offline. No API key.
client:Cursor
transport:stdio
runtime:npm
Install xrechnung mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xrechnung-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@e-rechnung-inbox/xrechnung-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs