← Index

QuickBooks Online

io.github.wyre-technology/qbo-mcp·v1.2.0·Finance & Payments
Quality Score
95
/100

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "qbo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/qbo-mcp:v1.2.0"
      ],
      "env": {
        "QBO_CLIENT_ID": "<qbo_client_id>",
        "QBO_CLIENT_SECRET": "<your-qbo_client_secret>",
        "QBO_REFRESH_TOKEN": "<your-qbo_refresh_token>",
        "QBO_REALM_ID": "<qbo_realm_id>",
        "QBO_ENVIRONMENT": "production",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
QBO_CLIENT_ID
required

QuickBooks Online OAuth2 client ID from the Intuit developer app

QBO_CLIENT_SECRET
requiredsecret

QuickBooks Online OAuth2 client secret

QBO_REFRESH_TOKEN
requiredsecret

OAuth2 refresh token for the connected QuickBooks company

QBO_REALM_ID
required

QuickBooks Online company (realm) ID

QBO_ENVIRONMENT

QuickBooks API environment: 'sandbox' or 'production'

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments