mcpbeat Sign in

Bookie MCP Server

by yuens1002 Your server? Claim it
local only

Bookie runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 7 Aug 2026.

Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.

Installs per day peak 154 · avg 17 · -35% w/w
a month agotoday
51
Installs / week
npm · bookie-mcp
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 6 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: prisma generate

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 bookie -- npx -y bookie-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bookie": {
      "args": [
        "-y",
        "bookie-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bookie]
command = "npx"
args = ["-y", "bookie-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bookie": {
      "args": [
        "-y",
        "bookie-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bookie": {
      "args": [
        "-y",
        "bookie-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BOOKIE_DB_URL (Neon pooled Postgres connection string — the ledger database), BOOKIE_DB_DIRECT_URL (Neon direct (non-pooled) Postgres connection string, used for schema push), BOOKIE_API_KEY (Static Bearer token for authenticating requests (printed by `npm run setup`)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bookie

same job, measured the same way
LedgerHQ
by ledgerhq

Double-entry bookkeeping: accounts, journal entries, bank feeds, reconciliation, and reports.

answering
Lumabill
by lumabill

Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.

answering
Pbirb MCP
by mafaq229

MCP server for editing Power BI Report Builder paginated reports (RDL)

127 installs/wk local only
Secobserve MCP
by nh4ttruong

MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.

local only
Hive DePIN
by srotzin

MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization

3 tools answering
RDL MCP Server
by bethmaloney

Edit SSRS reports using AI - simple tools to read and modify RDL files

59 installs/wk local only
Findable MCP Server
by findable-no

Find and summarize building documents, projects, tasks, SharePoint sync state, and red flag data.

answering
MCP Midaz
by codespar

MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions

17 installs/wk local only

Bookie — questions

Answers built from our own checks of this server.

Why is there no uptime for Bookie?
Bookie 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 bookie-mcp was installed 51 times last week.
How do I connect Bookie?
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 bookie-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bookie?
The npm package bookie-mcp was installed 51 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bookie open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.