Odel
bookie

bookie

Local
@yuens1002TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbookie-mcpv0.8.5

Run

npx -y bookie-mcp

MCP client config

{
  "mcpServers": {
    "bookie": {
      "command": "npx",
      "args": [
        "-y",
        "bookie-mcp"
      ]
    }
  }
}