← Back to Plugins
MCP Server MCP

QuickBooks Online

github By github 👁 1 views ▲ 0 votes

QuickBooks Online MCP server: invoices, bills, customers, vendors, employees, and accounts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-quickbooks",
      "version": "0.4.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Intuit Developer app client ID",
          "isRequired": true,
          "format": "string",
          "name": "QUICKBOOKS_CLIENT_ID"
        },
        {
          "description": "Intuit Developer app client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QUICKBOOKS_CLIENT_SECRET"
        },
        {
          "description": "OAuth 2.0 refresh token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QUICKBOOKS_REFRESH_TOKEN"
        },
        {
          "description": "QuickBooks company (realm) ID",
          "isRequired": true,
          "format": "string",
          "name": "QUICKBOOKS_REALM_ID"
        },
        {
          "description": "sandbox or production",
          "format": "string",
          "default": "production",
          "name": "QUICKBOOKS_ENVIRONMENT"
        },
        {
          "description": "Optional path to a host bridge state file used for credential management",
          "format": "string",
          "name": "MCP_HOST_BRIDGE_STATE"
        },
        {
          "description": "Backwards-compatible alias for MCP_HOST_BRIDGE_STATE",
          "format": "string",
          "name": "MINDSTONE_REBEL_BRIDGE_STATE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...