← Back to browse

quickbooks-mcp

Indexed by io.github.laf-rge

About

MCP server for QuickBooks Online API integration

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsQBO_CLIENT_ID QBO_CLIENT_SECRET QBO_CREDENTIAL_MODE QBO_SANDBOX
Claude Code
claude mcp add --env QBO_CLIENT_ID= --env QBO_CLIENT_SECRET= --env QBO_CREDENTIAL_MODE= --env QBO_SANDBOX= quickbooks-mcp -- npx quickbooks-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"quickbooks-mcp","command":"npx","args":["quickbooks-mcp"],"env":{"QBO_CLIENT_ID":"","QBO_CLIENT_SECRET":"","QBO_CREDENTIAL_MODE":"","QBO_SANDBOX":""}}'
JSON
{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "npx",
      "args": [
        "quickbooks-mcp"
      ],
      "env": {
        "QBO_CLIENT_ID": "",
        "QBO_CLIENT_SECRET": "",
        "QBO_CREDENTIAL_MODE": "",
        "QBO_SANDBOX": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.