quickbooks-online-mcp-server

intuit/quickbooks-online-mcp-server
★ 108 stars TypeScript 🤖 AI/LLM Updated 1mo ago
The QuickBooks MCP Server lets AI assistants access QuickBooks data via a standard interface. It uses the Model Context Protocol to expose QBO features as callable tools, enabling developers to build AI apps that fetch real-time QBO data through MCP.
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-online-mc": {
      "command": "npx",
      "args": [
        "-y",
        "intuit/quickbooks-online-mcp-server"
      ]
    }
  }
}