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
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.
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.
claude mcp add mcp-server-quickbooks -- npx -y @mindstone/mcp-server-quickbooks
{
"mcpServers": {
"mcp-server-quickbooks": {
"args": [
"-y",
"@mindstone/mcp-server-quickbooks"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-quickbooks]
command = "npx"
args = ["-y", "@mindstone/mcp-server-quickbooks"]
{
"mcpServers": {
"mcp-server-quickbooks": {
"args": [
"-y",
"@mindstone/mcp-server-quickbooks"
],
"command": "npx"
}
}
}
{
"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.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.
MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L
QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.
Read-only MCP server for querying Stripe customers, payments, and invoices.
BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
Answers built from our own checks of this server.