billy mcp for Cursor
io.github.thourum/billy-mcp
Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.
client:Cursor
transport:stdio
runtime:npm
Install billy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"billy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"billy-mcp"
],
"env": {
"BILLY_ACCESS_TOKEN": "<BILLY_ACCESS_TOKEN>",
"BILLY_WRITE_MODE": "<BILLY_WRITE_MODE>",
"BILLY_ORGANIZATION_ID": "<BILLY_ORGANIZATION_ID>",
"BILLY_LOCALE": "<BILLY_LOCALE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs