QuickBooks

Accounting, invoices, business finances

Official docs

About QuickBooks

QuickBooks is Intuit's accounting platform for small business bookkeeping, invoicing, and reporting. Its remote MCP server gives assistants governed access to company financials so books, invoices, and cash-flow questions can be handled with live account data.

Connection details

https://ai-inc.quickbooks.intuit.com/v1/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add quickbooks --transport http https://ai-inc.quickbooks.intuit.com/v1/mcp

Frequently asked questions

What is the QuickBooks remote MCP server?

The QuickBooks remote MCP server is a hosted Model Context Protocol endpoint at https://ai-inc.quickbooks.intuit.com/v1/mcp, so AI assistants can connect to it without installing or running anything locally. QuickBooks is Intuit's accounting platform for small business bookkeeping, invoicing, and reporting. Its remote MCP server gives assistants governed access to company financials so books, invoices, and cash-flow questions can be handled with live account data.

How do I connect to the QuickBooks MCP server?

Add the endpoint https://ai-inc.quickbooks.intuit.com/v1/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the QuickBooks MCP server require authentication?

Yes. QuickBooks uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the QuickBooks MCP server use?

QuickBooks exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers