billy mcp for Claude Desktop
io.github.thourum/billy-mcp
Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.
client:Claude Desktop
transport:stdio
runtime:npm
Install billy mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"billy-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs