bookie for Grok
io.github.yuens1002/bookie
Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.
client:Grok
transport:stdio
runtime:npm
Install bookie in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs