qb_automation_app

pratapladhani/qb_automation_app
★ 0 stars HTML API Integration Updated 5d ago
A single-user integration connecting a local MCP (Model Context Protocol) server to a single QuickBooks Online company for bookkeeping automation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qb_automation_app": {
      "command": "npx",
      "args": [
        "-y",
        "pratapladhani/qb_automation_app"
      ]
    }
  }
}