Skip to content
Cursor

bookie for Cursor

io.github.yuens1002/bookie

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

client:Cursor transport:stdio runtime:npm

Install bookie in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bookie": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bookie-mcp"
      ],
      "env": {
        "BOOKIE_DB_URL": "<BOOKIE_DB_URL>",
        "BOOKIE_DB_DIRECT_URL": "<BOOKIE_DB_DIRECT_URL>",
        "BOOKIE_API_KEY": "<BOOKIE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bookie in other clients