Loading MCP server directory, please wait...
Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.
npx @getmcp/cli add io.github.yuens1002/bookieRequires Node.js 18+. Community-contributed server. Review source before installing.
BOOKIE_DB_URLNeon pooled Postgres connection string — the ledger database
BOOKIE_DB_DIRECT_URLNeon direct (non-pooled) Postgres connection string, used for schema push
BOOKIE_API_KEYStatic Bearer token for authenticating requests (printed by `npm run setup`)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yuens1002/bookie": {
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "",
"BOOKIE_DB_DIRECT_URL": "",
"BOOKIE_API_KEY": ""
}
}
}
}