qbo-mcp

serj17/qbo-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Read-only MCP server for QuickBooks Online — ad-hoc Q&A and bookkeeping anomaly detection in Claude
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": {
    "qbo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "serj17/qbo-mcp"
      ]
    }
  }
}