Kontor MCP for Cursor
io.github.dashankanadeeshandesilva/kontor-mcp
Offline e-invoice tools for AI agents: validate, audit, convert and generate XRechnung/ZUGFeRD.
client:Cursor
transport:stdio
runtime:npm
Install Kontor MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kontor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kontor-mcp/server"
],
"env": {
"KONTOR_MAX_FILE_MB": "<KONTOR_MAX_FILE_MB>",
"KONTOR_LANG_DEFAULT": "<KONTOR_LANG_DEFAULT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs