einvoice for Cursor
io.github.makririch/einvoice
XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant.
client:Cursor
transport:stdio
runtime:npm
Install einvoice in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"einvoice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs