quickbooks-mcp

Ghazalawy/quickbooks-mcp
★ 0 stars Python 🔒 Security Updated 2d ago
QuickBooks Online MCP Server for Claude - Production grade with OAuth, encrypted tokens, audit logging
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "uvx",
      "args": [
        "quickbooks-mcp"
      ]
    }
  }
}

Or install with pip: pip install quickbooks-mcp