Skip to content
Cline

QuickBooks Online for Cline

io.github.mindstone/mcp-server-quickbooks

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

client:Cline transport:stdio runtime:npm

Install QuickBooks Online 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-server-quickbooks": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-quickbooks"
      ],
      "env": {
        "QUICKBOOKS_CLIENT_ID": "<QUICKBOOKS_CLIENT_ID>",
        "QUICKBOOKS_CLIENT_SECRET": "<QUICKBOOKS_CLIENT_SECRET>",
        "QUICKBOOKS_REFRESH_TOKEN": "<QUICKBOOKS_REFRESH_TOKEN>",
        "QUICKBOOKS_REALM_ID": "<QUICKBOOKS_REALM_ID>",
        "QUICKBOOKS_ENVIRONMENT": "<QUICKBOOKS_ENVIRONMENT>",
        "MCP_HOST_BRIDGE_STATE": "<MCP_HOST_BRIDGE_STATE>",
        "MINDSTONE_REBEL_BRIDGE_STATE": "<MINDSTONE_REBEL_BRIDGE_STATE>"
      }
    }
  }
}

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

QuickBooks Online in other clients