AccountingQB-MCP
Integrates with QuickBooks Online to provide comprehensive accounting, bookkeeping, and tax preparation tools, including transaction management, financial reporting, reconciliation, 1099/T4A contractor reporting, GST/HST returns, cash flow forecasting, and profit margin analysis.
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., "@AccountingQB-MCPWhat's my cash flow forecast for next month?"
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.
AccountingQB-MCP
The most comprehensive QuickBooks Online MCP server for Claude. Built for sole proprietors and small businesses who want to manage their books, run reports, and prep taxes through natural conversation.
108 tools covering transactions, reports, tax prep (US and Canada), reconciliation, smart bookkeeping, 1099/T4A reporting, GST/HST returns, anomaly detection, credit memos, vendor credits, cash flow forecasting, and profit margin analysis — all from Claude Desktop. Includes a CPA Workbook: a 15-page year-end binder (comparative statements, reconciliation tie-outs, tax payments made, owner's draws, tax organizer) exported to Excel for your accountant.
Canada support: works with Canadian QuickBooks Online companies out of the box — the server auto-detects the company's tax edition, applies sales tax codes (GST/HST/PST) on created transactions, and ships a full Canadian tax suite: GST/HST (GST34) return workpapers with the 50% meals ITC restriction, T2125 line mapping, CCA schedules (half-year rule + Accelerated Investment Incentive), T4A/T5018 contractor reporting, and CRA instalment + CPP estimates. Multicurrency companies see per-transaction currency and exchange rates.
Built by Vaspera Capital — because QuickBooks deserved a real MCP server.
Quick Start
Prerequisites
Python 3.10+
A QuickBooks Online account (any plan)
Claude Desktop
An Intuit Developer account (free signup)
1. Clone and Install
git clone https://github.com/RCOLKITT/AccountingQB-MCP.git
cd AccountingQB-MCP
pip install -r requirements.txt2. Create Your Intuit Developer App
Go to developer.intuit.com and sign in
Click Create an App → select QuickBooks Online and Payments
Under Redirect URIs, add:
http://localhost:8080/callbackCopy your Client ID and Client Secret
3. Run Setup
python setup.pyThe setup wizard will:
Ask for your Client ID and Client Secret
Open your browser to authorize access to your QuickBooks company
Catch the OAuth callback automatically
Write your Claude Desktop configuration
Verify the connection works
That's it. Restart Claude Desktop and you're connected.
Manual Configuration (Advanced)
If you prefer to configure manually, add this to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"accountingqb": {
"command": "python3",
"args": ["/path/to/AccountingQB-MCP/server.py"],
"env": {
"QB_CLIENT_ID": "your_client_id",
"QB_CLIENT_SECRET": "your_client_secret",
"QB_REALM_ID": "your_company_id",
"QB_REFRESH_TOKEN": "your_refresh_token",
"QB_ENVIRONMENT": "production"
}
}
}
}To get your refresh token manually, use the Intuit OAuth Playground.
Related MCP server: qbo-mcp
Tools (108)
Company & Entities
Tool | Description |
| Company name, EIN, address, fiscal year |
| Full chart of accounts with balances |
| Search vendors/suppliers |
| Search customers |
| Products and services |
| Create a new vendor |
| Create a new customer |
| Update vendor details (email, phone, address) |
| Update customer details (email, phone, address) |
| Add an account to chart of accounts |
| Create a sub-account under a parent |
| Hide unused accounts |
Transactions
Tool | Description |
| Purchases/expenses with filters |
| Income and owner investments |
| Account-to-account transfers |
| Adjustments and reclassifications |
| Search JEs by memo text |
| Accounts payable |
| Bill payments |
| Direct sales |
| Customer payments received |
| Invoices with status filter |
| Customer credit memos/refunds |
| Vendor credits received |
| Estimates/quotes with status filter |
| Search across ALL transaction types |
| Recurring templates and schedules |
| Full detail for any single transaction |
| All transactions hitting a specific account |
Create & Modify
Tool | Description |
| Record a purchase/expense |
| Create a customer invoice |
| Create a vendor bill |
| Create a customer estimate/quote |
| Record adjustments |
| Record a bank deposit |
| Transfer between accounts |
| Issue a customer credit memo |
| Record a vendor credit |
| Convert an estimate into an invoice |
| Record payment on a vendor bill |
| Record customer payment on invoice |
| Update any transaction |
| Void a transaction |
| Delete a transaction permanently |
| Permanently delete a JE |
| Move a transaction to a different account |
| Bulk-assign vendor to multiple transactions |
| Bulk-assign multiple vendors in one call |
| Bulk expense import |
| Bulk bill import |
| Bulk JE import |
Reports & Analysis
Tool | Description |
| P&L by total, month, quarter, or year |
| P&L by department/class |
| Balance sheet as of any date |
| Statement of cash flows |
| Multi-period cash flow projections |
| All transactions by account |
| Verify books are balanced |
| What customers owe you |
| What you owe vendors |
| Expenses by category |
| Income by source |
| Sales tax collected by jurisdiction |
| Side-by-side period comparison |
| Top vendors by spend |
| Profit margins by customer or item |
| Compare budget to actual spending |
| Statistical anomaly and fraud detection |
Tax Preparation
Tool | Description |
| Expenses mapped to Schedule C lines |
| Full IRS Schedule C line-by-line |
| Granular Schedule C with QB account detail |
| Federal + state estimated taxes |
| Find commonly missed deductions |
| Section 179 and MACRS schedules |
| 1099-NEC contractor reporting with TIN/address validation |
| Form 8829 home office deduction calculator |
| Vehicle depreciation with business use % |
Canadian Tax (GST/HST, T2125)
Tool | Description |
| GST34 return workpaper — lines 101/103/105/106/108/109 with 50% meals ITC restriction, TaxSummary report, tax payments, and Quick Method note |
| CRA T2125 line-by-line mapping (8521 Advertising, 8523 Meals at 50%, 8910 Rent, ...) |
| Capital Cost Allowance by class — half-year rule, Accelerated Investment Incentive, Class 10.1/54 ceilings |
| T4A box 048 contractor reporting with BN/address validation (T5018 note for construction) |
| CRA instalments (Mar/Jun/Sep/Dec 15) + exact CPP/CPP2, with approximate federal/provincial tax |
| Sales tax codes (name, combined rate, agency) — pass as |
| Individual sales tax rates and agencies |
Smart Features
Tool | Description |
| Find uncategorized transactions |
| Detect potential duplicates |
| AI-suggested categories based on vendor history |
| Monthly expense trends |
| Months of cash runway |
| Year-end close readiness check |
| Comprehensive books health audit |
| Month-end close checklist with status checks |
| Find transactions with missing vendor names |
Reconciliation & Attachments
Tool | Description |
| Match invoices against QB transactions |
| Fuzzy-match with tolerance |
| Attach receipts to transactions |
| List attached documents |
| Check any account balance |
Connection & Multi-Company
Tool | Description |
| List all connected QuickBooks companies |
| Switch to a different company |
| Refresh connection to AccountingQB |
Usage Examples
Once connected, just ask Claude naturally:
"What's my P&L for 2025?"
"Show me all expenses over $500 from last month"
"Create an expense for $49.99 to GitHub for software subscriptions"
"Run my Schedule C for tax year 2025"
"Find any uncategorized transactions"
"What's my monthly burn rate?"
"How much runway do I have?"
"Compare Q1 vs Q2 profit and loss"
"Find potential duplicate transactions"
"What deductions am I missing?"
"Generate my 1099 contractor report"
"Run anomaly detection on last quarter's transactions"
"Show my profit margins by customer"
"Forecast my cash flow for the next 6 months"
"Create a vendor credit for $200 to Amazon"
"Convert estimate #1042 to an invoice"
"Build my GST/HST return workpaper for Q2" (Canada)
"Map my books to the T2125 and estimate my CRA instalments" (Canada)
Security
This server takes security seriously:
No credentials in code — all secrets come from environment variables
OAuth 2.0 with automatic token rotation
Local-only OAuth flow — the setup script runs a callback server on
127.0.0.1.envfiles are gitignored and set tochmod 600(owner-only)No data storage — the server is stateless; it reads/writes to QuickBooks and nothing else
Refresh tokens rotate — each token exchange returns a new refresh token
100-day expiry — tokens expire after 100 days of inactivity (Intuit policy)
Token Management
QuickBooks refresh tokens are valid for 100 days and rotate automatically on every use, so an active connection stays live indefinitely. If a connection does lapse (100+ days idle), reconnect based on how you run AccountingQB:
Hosted / managed (you have a license key): In Claude, run
qb_refresh_connectionfirst — it silently re-establishes most expired connections with no browser step. If the connection is fully gone, reconnect at accountingqb.com/dashboard → Connect QuickBooks, then runqb_refresh_connectionagain.Self-hosted (your own Intuit app): re-run
python setup.pyto re-authorize and rewrite your refresh token.
Sandbox Mode
Test with Intuit's sandbox before connecting to production:
python setup.py --sandboxThis connects to sandbox-quickbooks.api.intuit.com with Intuit's test data. Switch to production when ready by running setup again without the flag.
Troubleshooting
"QuickBooks credentials not configured"
Self-hosted: run python setup.py to configure credentials, or check your Claude Desktop config. Hosted/managed: set your QB_LICENSE_KEY and connect a company at accountingqb.com/dashboard.
"401 Unauthorized"
Your connection may have expired (100-day idle limit). Hosted/managed: run qb_refresh_connection first, then if needed reconnect at accountingqb.com/dashboard → Connect QuickBooks. Self-hosted: re-run python setup.py to re-authorize.
"Company not found"
Check that your QB_REALM_ID matches the company you authorized. You can find it in the URL when logged into QuickBooks Online.
Tools not appearing in Claude Desktop
Restart Claude Desktop after running setup. Check that the accountingqb entry exists in your Claude Desktop config.
Sandbox vs Production
If you're seeing test data, check that QB_ENVIRONMENT is set to "production" in your config.
Contributing
Issues and PRs welcome. If you're adding new tools, follow the existing pattern:
Use flat parameters (not Pydantic models) for Claude Desktop compatibility
Include descriptive docstrings
Handle errors gracefully with actionable messages
Add the tool to the README table
License
Proprietary — © Vaspera Capital LLC, all rights reserved. The source is publicly viewable for transparency and security review; it is not open source. Use requires a paid license key. See LICENSE.
Built by Vaspera Capital
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.
Related MCP Servers
- Alicense-quality-maintenanceAn MCP server that enables AI agents to interact with QuickBooks Online accounts to manage invoices, customers, payments, and financial reports. It provides 20 tools to automate accounting workflows and retrieve financial data through natural language interfaces.Last updated
- AlicenseAqualityDmaintenanceMCP server for QuickBooks Online providing read-only access to customers, vendors, invoices, bills, and chart of accounts. Enables natural language queries to your financial data through Claude or any MCP client.Last updated8MIT
- Alicense-qualityBmaintenanceThis MCP server enables AI assistants like Claude to perform Wave Accounting bookkeeping tasks—such as drafting invoices, managing customers, recording payments, and looking up financial data—through natural language commands.Last updatedMIT
- AlicenseCqualityBmaintenanceProvides complete QuickBooks Online API integration for Claude Code and other MCP-compatible clients, enabling full CRUD operations on 29 entity types and 11 financial reports.Last updated100Apache 2.0
Related MCP Connectors
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/RCOLKITT/AccountingQB-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server