mcpbeat Sign in

Billy MCP Server

local only

Billy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 10 Jul 2026.

Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection.

Installs per day peak 395 · avg 20 · -12% w/w
a month agotoday
31
Installs / week
npm · billy-mcp
1
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Billy MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add billy-mcp -- npx -y billy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "billy-mcp": {
      "args": [
        "-y",
        "billy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.billy-mcp]
command = "npx"
args = ["-y", "billy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "billy-mcp": {
      "args": [
        "-y",
        "billy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "billy-mcp": {
      "args": [
        "-y",
        "billy-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BILLY_ACCESS_TOKEN (Billy API access token (create at mit.billy.dk -> Settings -> Access tokens)), BILLY_WRITE_MODE (Write protection: read-only, confirm (default, requires elicitation-capable host), or full), BILLY_ORGANIZATION_ID (Billy organization ID (auto-resolved when the token maps to a single company)), BILLY_LOCALE (Response language: en_US, da_DK, fr_FR, nl_NL, or de_DE). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Billy MCP

same job, measured the same way
Fin3000
by fin3000

Accounting for German SMBs: invoices, clients, bank transactions, journal entries, VAT.

answering
Bexio MCP Server
by promptpartner

Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances

65 installs/wk local only
Accountsos MCP
by paulgosnell

Query your live AccountsOS books: balances, transactions, VAT, deadlines, invoices.

84 installs/wk local only
TradeOnyx
by tradeonyx

Trading journal with pattern detection: log trades by voice, query your own history.

answering
Apollo Invoicing
by 404-studio

Manage Apollo invoices and customers with entity-scoped OAuth and optional read/write access.

answering
Taokeh
by taokeh

Malaysian SME accounting, e-Invoice and payroll for your AI. 64 tools; writes are approved drafts.

answering
EdgeLock Trading Journal
by edgelock

Query your trades, stats, and journal in EdgeLock and log new entries by chat. OAuth; free account.

answering
PolyAccounts synthetic accounting demo
by andrewblount

Synthetic accounting MCP demo with exact balances and ledger evidence. No account or API key.

local only

Billy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Billy MCP?
Billy MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package billy-mcp was installed 31 times last week.
How do I connect Billy MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls billy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Billy MCP?
The npm package billy-mcp was installed 31 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Billy MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.