Skip to content
Cline

QuickBooks Online MCP Server for Cline

io.github.amin-ale/mcp-quickbooks

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

client:Cline transport:stdio runtime:pypi

Install QuickBooks Online MCP Server 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": "uvx",
      "args": [
        "mcp-quickbooks"
      ],
      "env": {
        "QBO_CLIENT_ID": "<QBO_CLIENT_ID>",
        "QBO_CLIENT_SECRET": "<QBO_CLIENT_SECRET>",
        "QBO_ENVIRONMENT": "<QBO_ENVIRONMENT>",
        "QBO_REALM_ID": "<QBO_REALM_ID>",
        "QBO_SCOPES": "<QBO_SCOPES>"
      }
    }
  }
}

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

QuickBooks Online MCP Server in other clients