Back to Browse

Quickbooks MCP Server

Business ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (49/51 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Intuit Developer app client IDOptional

Environment variable: QUICKBOOKS_CLIENT_ID

Intuit Developer app client secretRequired

Environment variable: QUICKBOOKS_CLIENT_SECRET

OAuth 2.0 refresh tokenRequired

Environment variable: QUICKBOOKS_REFRESH_TOKEN

QuickBooks company (realm) IDOptional

Environment variable: QUICKBOOKS_REALM_ID

sandbox or productionOptional

Environment variable: QUICKBOOKS_ENVIRONMENT

Optional path to a host bridge state file used for credential managementOptional

Environment variable: MCP_HOST_BRIDGE_STATE

Backwards-compatible alias for MCP_HOST_BRIDGE_STATEOptional

Environment variable: MINDSTONE_REBEL_BRIDGE_STATE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-quickbooks": {
      "env": {
        "QUICKBOOKS_REALM_ID": "your-quickbooks-realm-id-here",
        "QUICKBOOKS_CLIENT_ID": "your-quickbooks-client-id-here",
        "MCP_HOST_BRIDGE_STATE": "your-mcp-host-bridge-state-here",
        "QUICKBOOKS_ENVIRONMENT": "your-quickbooks-environment-here",
        "QUICKBOOKS_CLIENT_SECRET": "your-quickbooks-client-secret-here",
        "QUICKBOOKS_REFRESH_TOKEN": "your-quickbooks-refresh-token-here",
        "MINDSTONE_REBEL_BRIDGE_STATE": "your-mindstone-rebel-bridge-state-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-quickbooks"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!