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.
We read the source, 6 min ago · rules 3dff92dd89df
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.
postinstall: prisma generate
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add bookie -- npx -y bookie-mcp
{
"mcpServers": {
"bookie": {
"args": [
"-y",
"bookie-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bookie]
command = "npx"
args = ["-y", "bookie-mcp"]
{
"mcpServers": {
"bookie": {
"args": [
"-y",
"bookie-mcp"
],
"command": "npx"
}
}
}
{
"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.
Double-entry bookkeeping: accounts, journal entries, bank feeds, reconciliation, and reports.
Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.
MCP server for editing Power BI Report Builder paginated reports (RDL)
MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.
MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization
Edit SSRS reports using AI - simple tools to read and modify RDL files
Find and summarize building documents, projects, tasks, SharePoint sync state, and red flag data.
MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions
Answers built from our own checks of this server.