Skip to content
Zed

mcp quickbooks for Zed

io.github.codespar/mcp-quickbooks

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

client:Zed transport:stdio runtime:npm

Install mcp quickbooks in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp quickbooks in other clients