BookMind
Used as an LLM provider for AI-powered categorization and other natural language bookkeeping tasks.
Used as an LLM provider for AI-powered categorization and other natural language bookkeeping tasks.
Used as an LLM provider for AI-powered categorization and other natural language bookkeeping tasks, enabling local model inference.
Used as an LLM provider for AI-powered categorization and other natural language bookkeeping tasks.
Provides intelligent bookkeeping for QuickBooks Online, including auto-categorization, reconciliation, monthly close, anomaly detection, and vendor search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BookMindCategorize my uncategorized transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is BookMind?
BookMind is an open-source MCP server that brings intelligent bookkeeping to QuickBooks Online. Unlike Intuit's official MCP server (a raw API wrapper), BookMind is an intelligent bookkeeping layer — you speak naturally, it handles the rest.
Why BookMind?
Problem | Solution |
Manual transaction categorization | Auto-categorize with 90%+ accuracy using learned rules + any LLM |
Month-end close takes hours | One prompt → full close package (P&L, BS, CF, action items) |
Bank reconciliation is tedious | Automatic fuzzy matching by amount, date, vendor |
Duplicate payments slip through | Statistical anomaly detection catches them |
Chasing overdue invoices | Professional emails in friendly/firm/escalation tones |
Vendor research is slow | Natural language search: "What did we pay AWS last quarter?" |
Locked into one AI provider | Works with OpenAI, Anthropic, Google, Groq, Mistral, NVIDIA, Ollama — or no provider at all |
Architecture
QuickBooks Online ──► BookMind (this MCP) ──► Local SQLite
│
┌─────────┼─────────┐
▼ ▼ ▼
Rules Engine Memory Anomaly DetectorZero cloud dependency — your data stays in local SQLite
Learns from you — every correction becomes a persistent rule
Model-agnostic — works with 7+ LLM providers (or rules-only mode)
Agent-agnostic — works with Claude, Cursor, Cline, Continue, Windsurf, VS Code Copilot, Goose
Related MCP server: qbo-mcp
Install
One command (any MCP client)
npx @bbookmind/mcpPre-built configs
Agent | Config | Location |
Claude Desktop |
|
|
Cursor |
|
|
Cline |
| VS Code → Extensions → Cline → MCP |
Continue |
|
|
Windsurf |
|
|
VS Code Copilot |
| VS Code → GitHub Copilot → MCP |
Environment (optional)
BookMind runs in rules-only mode by default (no API key needed). To enable AI categorization, add one provider key:
# Pick ONE:
export GROQ_API_KEY=... # Free tier available
export NVIDIA_API_KEY=... # Free tier available
export GOOGLE_API_KEY=... # Free tier available
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...
export MISTRAL_API_KEY=...
export OLLAMA_BASE_URL=http://localhost:11434Tools
BookMind exposes 14 tools that your AI agent discovers automatically:
Category | Tool | Description |
Categorization |
| Auto-categorize uncategorized transactions |
| Approve pending categorizations in batch | |
| Reject with feedback, auto-create rules | |
| Rollback from audit log | |
Data |
| Pull transactions, invoices, bills from QBO |
| Push approved changes back to QuickBooks | |
Reconciliation |
| Match bank feed ↔ invoices/bills |
Intelligence |
| Duplicate, drift, outlier detection |
| Full close package (P&L, BS, CF) | |
| Natural language vendor search | |
Communications |
| Overdue invoice email generator |
Learning |
| Create rules from user corrections |
Multi-company |
| Switch between QBO companies |
| List connected companies |
Example prompts
"Categorize my uncategorized transactions from last month"
"Reconcile my bank feed against open invoices"
"Generate March close package"
"Any duplicate payments to vendors?"
"What did we pay AWS last quarter?"
"Draft friendly chase emails for invoices over 30 days overdue"
"Remember: Stripe transactions → Payment Processing Fees"
"Switch to Acme Corp company"Pricing
Tier | Price | Transactions | Companies | Features |
Free | $0 | 50/mo | 1 | Rules-only categorization, basic vendor search |
Pro | $29/mo | 1,000/mo | 3 | AI categorize, reconcile, anomalies, vendor search |
Firm | $149/mo | Unlimited | Unlimited | Monthly close, chase emails, white-label PDFs, team seats |
14-day Pro trial — no credit card required.
Development
git clone https://github.com/bbookmind/mcp
cd bookmind
npm install
npm run dev # watch mode
npm run build # production build
npm test # vitestProject structure
src/
├── index.ts # MCP server entry
├── tools/ # 14 bookkeeping tools
│ ├── categorize.ts
│ ├── approveCategories.ts
│ ├── rejectCategories.ts
│ ├── undoCategories.ts
│ ├── fetchTransactions.ts
│ ├── syncToQbo.ts
│ ├── reconcile.ts
│ ├── anomalies.ts
│ ├── monthlyClose.ts
│ ├── vendorSearch.ts
│ ├── chaseEmail.ts
│ ├── learnRules.ts
│ ├── selectCompany.ts
│ └── listCompanies.ts
└── lib/
├── qbo.ts # QuickBooks OAuth + API client
├── db.ts # SQLite schema + migrations
└── llm.ts # Multi-provider LLM interfaceDistribution channels
npm:
npx @bbookmind/mcpMCP Registry:
registry.modelcontextprotocol.ioClaude Marketplace:
/plugin install bookmindGitHub: github.com/bbookmind/mcp
License
MIT — free to use, modify, and distribute.
Support
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bbookmind/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server