← Back to Plugins
MCP Server MCP

QuickBooks Online MCP Server

github By github 👁 1 views ▲ 0 votes

QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.

Homepage Verified source GitHub

Install

uvx mcp-quickbooks

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-quickbooks",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Run the server over stdio.",
          "isRequired": true,
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Intuit app client id.",
          "isRequired": true,
          "isSecret": true,
          "name": "QBO_CLIENT_ID"
        },
        {
          "description": "Intuit app client secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "QBO_CLIENT_SECRET"
        },
        {
          "description": "sandbox or production.",
          "default": "sandbox",
          "name": "QBO_ENVIRONMENT"
        },
        {
          "description": "QuickBooks company (realm) id.",
          "name": "QBO_REALM_ID"
        },
        {
          "description": "Space-separated OAuth scopes; defaults to accounting only.",
          "default": "com.intuit.quickbooks.accounting",
          "name": "QBO_SCOPES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...