← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-quickbooks

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-quickbooks",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "QuickBooks OAuth2 bearer access token. Expires in 1hr — caller is responsible for refresh via Intuit's OAuth2 auth_code flow.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QB_ACCESS_TOKEN"
        },
        {
          "description": "QuickBooks company id (realmId). Issued when a user authorizes your app against a specific company.",
          "isRequired": true,
          "format": "string",
          "name": "QB_REALM_ID"
        },
        {
          "description": "QuickBooks environment: 'sandbox' (default) or 'production'. Selects sandbox-quickbooks.api.intuit.com vs quickbooks.api.intuit.com.",
          "format": "string",
          "name": "QB_ENV"
        },
        {
          "description": "QuickBooks API minor version. Defaults to 70.",
          "format": "string",
          "name": "QB_MINOR_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...