PluginBench
MCP Server

QuickBooks Online MCP MCP Server

io.github.Servosity/quickbooks-mcp

What is the QuickBooks Online MCP MCP server?

Every QuickBooks Online Accounting entity, plus an offline SQLite mirror and AR/AP aging.

How to install QuickBooks Online MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • QUICKBOOKS_ACCESS_TOKEN
    required
    secret

    OAuth 2.0 bearer access token (scope com.intuit.quickbooks.accounting). Mint it from the Intuit OAuth 2.0 Playground or `quickbooks-cli auth refresh`.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.4/quickbooks-mcp.mcpb",
      "args": [],
      "env": {
        "QUICKBOOKS_ACCESS_TOKEN": "<YOUR_QUICKBOOKS_ACCESS_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.4/quickbooks-mcp.mcpb",
      "args": [],
      "env": {
        "QUICKBOOKS_ACCESS_TOKEN": "<YOUR_QUICKBOOKS_ACCESS_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.4/quickbooks-mcp.mcpb",
      "args": [],
      "env": {
        "QUICKBOOKS_ACCESS_TOKEN": "<YOUR_QUICKBOOKS_ACCESS_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "quickbooks-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.4/quickbooks-mcp.mcpb",
      "args": [],
      "env": {
        "QUICKBOOKS_ACCESS_TOKEN": "<YOUR_QUICKBOOKS_ACCESS_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add quickbooks-mcp --env QUICKBOOKS_ACCESS_TOKEN=<YOUR_QUICKBOOKS_ACCESS_TOKEN> -- https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.4/quickbooks-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →