quickbooks-online-mcp-server-integration

FlockDeveloperAlter/quickbooks-online-mcp-server-integration
★ 0 stars TypeScript Security Updated today
A Model Context Protocol server for QuickBooks Online that exposes QBO entities, reports, and CRUD operations as callable tools for MCP-compatible AI assistants. It supports OAuth 2.0 authentication, TypeScript validation, configurable write/update/delete tool registration, and access to QuickBooks Online data through a local stdio server.
View on GitHub → Try with Claude — $10 free →

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-online-mc": {
      "command": "npx",
      "args": [
        "-y",
        "FlockDeveloperAlter/quickbooks-online-mcp-server-integration"
      ]
    }
  }
}