billy mcp for Zed
io.github.thourum/billy-mcp
Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.
client:Zed
transport:stdio
runtime:npm
Install billy mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs