Claude + QuickBooks: What the Integration Can (and Can't) Do in 2026
No — there’s still no official Claude QuickBooks connector or directory app. What does exist is Intuit’s official QuickBooks Online MCP server, and Claude can use it as an MCP client — and it now works against live company data, not just a sandbox — with roughly 144 tools covering full create, read, update, and delete across QuickBooks entities. What it doesn’t escape is the limit every Claude integration carries: it only works inside a conversation you start. There are no triggers, nothing watches QuickBooks for you, and nothing runs while you’re away.
Here’s exactly what’s available today, how to try it, where the limits bite, and what to use if you want bookkeeping work that runs on its own.
What’s actually available: Intuit’s official MCP server
Intuit shipped an official QuickBooks Online MCP server as an early developer preview in October 2025. Concretely, it’s:
- A local stdio server — you run it on your own machine, not a hosted connector you toggle on in Claude’s settings.
- OAuth 2.0 via the Intuit Developer portal — you authenticate with developer credentials, not your everyday QuickBooks login.
- QBO entities exposed as tools — read tools are always on, and CRUD (create/update/delete) tools are available.
- Sandbox or production — set by the
QUICKBOOKS_ENVIRONMENTvariable. Sandbox accepts ahttp://localhostredirect URI; production requires a public HTTPS callback for the OAuth handshake, which is the main setup hurdle. Destructive tools can be suppressed withQUICKBOOKS_DISABLE_UPDATEandQUICKBOOKS_DISABLE_DELETE.
Community-built MCP servers for QuickBooks Online also exist (for example quickbooks-mcp) — these are unofficial, so vet them before handing over API credentials.
Two related facts that get misread as “Claude works with QuickBooks”:
- Intuit has multi-year model deals with both Anthropic and OpenAI (reported May 2026) — Intuit uses Claude models internally, inside its own products. That’s not a user-facing Claude ↔ QuickBooks integration.
- On the OpenAI side, Intuit apps went live in ChatGPT by March 5, 2026 — analysis and read-only views like P&L, cash flow, and benchmarking. Claude has no equivalent first-party app.
QuickBooks’ own AI agents (and what they cost)
If what you actually want is AI inside your books, QuickBooks now ships its own: Intuit’s Intuit Intelligence layer (October 2025) added Accounting, Payments, Customer, Finance, Payroll, and Project Management agents in-product. They’re gated by tier — the Accounting and Payments agents need Essentials ($75/month) and up; current pricing runs Simple Start $38, Essentials $75, Plus $115, Advanced $275 per month. These agents live inside QuickBooks and don’t talk to Claude or the rest of your stack.
How to try Intuit’s MCP server with Claude
This is a developer-preview flow, not a consumer setup:
- Create an Intuit Developer portal account and a sandbox company, and set up OAuth 2.0 credentials in the portal.
- Clone the quickbooks-online-mcp-server repo and follow its setup instructions.
- Add it to Claude as a local MCP server (Claude Desktop or Claude Code) — custom MCP connectors require a paid Claude plan.
- In a chat, ask Claude to list invoices or create a customer. Start against a sandbox company, then switch
QUICKBOOKS_ENVIRONMENTto production once the OAuth callback is on a public HTTPS URL.
Useful for prototyping what a Claude-driven bookkeeping flow could look like. Not usable for your real books.
The limits that actually matter
Even as a preview, the MCP route shows the shape of what a Claude ↔ QuickBooks integration would be: “an accountant you query,” not “an agent that keeps your books.” Four limits define it today:
- You are running a server. It’s a local stdio process on your own machine, authenticated with your OAuth credentials, and production mode needs a public HTTPS callback. That’s a real piece of infrastructure to keep alive, not a connector you toggle on.
- No triggers, no automation. MCP tools only run inside a conversation you start. There’s no “when an invoice goes 30 days overdue, send a reminder” or “when a receipt lands in my inbox, log the expense.” Nothing fires on a QuickBooks event — you have to be in the chat, prompting.
- Conversation-only. Claude responds in the moment; it doesn’t sit on your account watching for overdue invoices or new transactions and acting on them. Close the chat and nothing continues.
- Laptop-bound for anything scheduled. The nearest thing to “running on its own” is Claude Cowork’s scheduled tasks, which fire on a fixed clock, not on inbox events. That’s not an always-on, event-driven bookkeeping agent.
So Claude with QuickBooks is genuinely useful for “pull this up and tell me what it says” — and not built for “keep my bookkeeping moving as things happen.”
If you want QuickBooks work that runs on its own: Carly
The moment you want something to happen in your books without you in the chat — chase an overdue invoice, log an expense the instant a receipt arrives, send a payment reminder on a schedule — you’ve crossed past what Claude can do with QuickBooks, live books or not.
That’s where Carly fits. An invoice goes thirty days past due. QuickBooks knows. Nobody gets told, because chasing it is somebody’s job and it’s nobody’s favourite job.
Carly runs the ladder for you: a reminder before it’s due, one on the day, and an escalating sequence after, each written like a person wrote it rather than a dunning template, sent from your address, with the invoice attached. When it’s paid, the chasing stops on its own.
Two more worth wiring:
- The receipt that never gets logged. A receipt arrives by email, and the expense is coded and entered while the context is still in the message, instead of during a reconciliation panic at month end.
- The month-end pack. P&L, cash position, and outstanding AR pulled and sent to whoever needs them on a schedule you don’t have to remember.
Carly fires on the event rather than on a clock, sends real email through Gmail and Outlook with attachments, and ties your books to your inbox, calendar, and CRM in one flow. You set it up by describing it in plain English.
AI agents start at $35/month, and steps in a workflow that don’t use AI run free. Carly connects to 200+ tools across 40+ categories — see integrations and the QuickBooks integration page.
Claude’s QuickBooks options vs Carly
| Claude (Intuit MCP preview) | Carly | |
|---|---|---|
| Read invoices & expenses | Yes (self-hosted server) | Yes |
| Pull reports | Yes (self-hosted server) | Yes |
| Read/write accounting data | Yes (full CRUD, self-hosted) | Yes |
| Works with your live QuickBooks company | No | Yes |
| Acts on triggers / events | No | Yes |
| Chases overdue invoices on its own | No | Yes |
| Works while laptop is closed | No (local server) | Yes (cloud) |
| Sends reminders / email | No (Gmail draft-only) | Yes (Gmail + Outlook) |
| Pricing | Pro $20 / Max $100–$200 | AI agents from $35/mo |
Intuit’s MCP server is a developer preview for prototyping in a chat. Carly is a colleague that keeps the books moving on its own.
Frequently Asked Questions
Does Claude integrate with QuickBooks?
Not officially. There’s no Claude QuickBooks connector or directory app. Intuit does ship an official QuickBooks Online MCP server that Claude can use as an MCP client, which runs against live company data with full create/read/update/delete tools. You host and authenticate it yourself.
Can Claude send invoice reminders or log expenses automatically?
No. MCP tools only run inside a conversation you start — there are no event triggers, so Claude won’t chase an overdue invoice or log a receipt on its own. For automatic, trigger-based accounting actions, you need an agent platform like Carly.
How do I connect Claude to QuickBooks?
Today the supported route is Intuit’s QuickBooks Online MCP server: a local stdio server you authenticate via OAuth 2.0 in the Intuit Developer portal and add to Claude as a custom MCP connector (paid plan required). It runs against sandbox or production depending on the QUICKBOOKS_ENVIRONMENT setting. Community MCP servers also exist (e.g. quickbooks-mcp) but are unofficial.
Doesn’t Intuit already use Claude?
Yes — Intuit has multi-year model deals with both Anthropic and OpenAI, and it uses Claude models inside its own products. That’s internal plumbing, not something that lets you connect your Claude account to QuickBooks. Meanwhile Intuit’s apps in ChatGPT (live March 2026) are read-only analysis: P&L, cash flow, benchmarking.
What if I want Claude to keep my books moving without me in the chat?
That’s outside what Claude can do with QuickBooks — MCP tools respond inside a chat, they don’t act on triggers. Carly fires on events 24/7 in the cloud and can follow up on invoices, send email, update your CRM, and more. AI agents start at $35/month.
More: Claude connectors · Claude + Google Calendar · Can Claude send emails · Claude vs Carly · Claude Cowork alternatives · Best AI tools for solopreneurs
Ready to automate your busywork?
Carly schedules, researches, and briefs you—so you can focus on what matters.
See what people say
"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.
Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.
On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."


