Skip to content
Claude Desktop

mcp quickbooks for Claude Desktop

io.github.codespar/mcp-quickbooks

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

client:Claude Desktop transport:stdio runtime:npm

Install mcp quickbooks in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp quickbooks in other clients