mcpbeat Sign in

QuickBooks Online MCP Server

local only

QuickBooks Online runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 13 Sep 2026.

QuickBooks Online MCP server: invoices, bills, customers, vendors, employees, and accounts

Installs per day peak 12 · avg 4 · +32% w/w
a month agotoday
26
Installs / week
npm · @mindstone/mcp-server-quickbooks
12
Stars
1 open issues
13 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check QuickBooks Online every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-quickbooks -- npx -y @mindstone/mcp-server-quickbooks
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-quickbooks": {
      "args": [
        "-y",
        "@mindstone/mcp-server-quickbooks"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-quickbooks]
command = "npx"
args = ["-y", "@mindstone/mcp-server-quickbooks"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-quickbooks": {
      "args": [
        "-y",
        "@mindstone/mcp-server-quickbooks"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-quickbooks": {
      "args": [
        "-y",
        "@mindstone/mcp-server-quickbooks"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QUICKBOOKS_CLIENT_ID (Intuit Developer app client ID), QUICKBOOKS_CLIENT_SECRET (Intuit Developer app client secret), QUICKBOOKS_REFRESH_TOKEN (OAuth 2.0 refresh token), QUICKBOOKS_REALM_ID (QuickBooks company (realm) ID), QUICKBOOKS_ENVIRONMENT (sandbox or production), MCP_HOST_BRIDGE_STATE (Optional path to a host bridge state file used for credential management), MINDSTONE_REBEL_BRIDGE_STATE (Backwards-compatible alias for MCP_HOST_BRIDGE_STATE). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QuickBooks Online

same job, measured the same way
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Quickbooks
by pipeworx-io

QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.

41 tools answering
MCP Quickbooks
by codespar

MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L

26 installs/wk local only
QuickBooks Online MCP Server
by amin-ale

QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.

49 installs/wk local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

27 installs/wk local only
Billingserv
by billingserv

BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.

77 installs/wk local only
Syncro
by wyre-ai

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

local only

QuickBooks Online — questions

Answers built from our own checks of this server.

Why is there no uptime for QuickBooks Online?
QuickBooks Online runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mindstone/mcp-server-quickbooks was installed 26 times last week.
How do I connect QuickBooks Online?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mindstone/mcp-server-quickbooks straight from npm; nothing to host, nothing to sign up for.
How many people use QuickBooks Online?
The npm package @mindstone/mcp-server-quickbooks was installed 26 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QuickBooks Online open source?
We cannot say either way: written in TypeScript, 12 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.