billy-mcp
About
Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BILLY_ACCESS_TOKEN BILLY_WRITE_MODE BILLY_ORGANIZATION_ID BILLY_LOCALEClaude Code
claude mcp add --env BILLY_ACCESS_TOKEN= --env BILLY_WRITE_MODE= --env BILLY_ORGANIZATION_ID= --env BILLY_LOCALE= billy-mcp -- npx billy-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"billy-mcp","command":"npx","args":["billy-mcp"],"env":{"BILLY_ACCESS_TOKEN":"","BILLY_WRITE_MODE":"","BILLY_ORGANIZATION_ID":"","BILLY_LOCALE":""}}'
JSON
{
"mcpServers": {
"billy-mcp": {
"command": "npx",
"args": [
"billy-mcp"
],
"env": {
"BILLY_ACCESS_TOKEN": "",
"BILLY_WRITE_MODE": "",
"BILLY_ORGANIZATION_ID": "",
"BILLY_LOCALE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.