Skip to content
Cline

mcp quickbooks for Cline

io.github.codespar/mcp-quickbooks

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

client:Cline transport:stdio runtime:npm

Install mcp quickbooks in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-quickbooks": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-quickbooks"
      ],
      "env": {
        "QB_ACCESS_TOKEN": "<QB_ACCESS_TOKEN>",
        "QB_REALM_ID": "<QB_REALM_ID>",
        "QB_ENV": "<QB_ENV>",
        "QB_MINOR_VERSION": "<QB_MINOR_VERSION>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp quickbooks in other clients