buchpilot for Cursor
io.github.makririch/buchpilot
DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.
client:Cursor
transport:stdio
runtime:npm
Install buchpilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"buchpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"buchpilot-mcp"
],
"env": {
"LEXOFFICE_API_KEY": "<LEXOFFICE_API_KEY>",
"SEVDESK_API_KEY": "<SEVDESK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs