Mmcp.market

Accountingqb MCP server

by accountingqb.com·com.accountingqb/accountingqb·v3.16.0

QuickBooks Online for Claude: reports, bookkeeping cleanup, and US & Canadian tax prep.

A95/100grade A
What users say
No reviews yet
Be the first
Safety scan
A95/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Accountingqb yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Accountingqb tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 215ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 3 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 95/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Accountingqb repository's README, as published. We do not edit it. Read it on GitHub

AccountingQB-MCP

The most comprehensive QuickBooks Online MCP server for Claude. Built for sole proprietors and small businesses who want to manage their books, run reports, and prep taxes through natural conversation.

138 tools covering transactions, reports, tax prep (US and Canada), reconciliation, smart bookkeeping, 1099/T4A reporting, GST/HST returns, anomaly detection, credit memos, vendor credits, cash flow forecasting, and profit margin analysis — all from Claude Desktop. Includes a CPA Workbook: a 15-page year-end binder (comparative statements, reconciliation tie-outs, tax payments made, owner's draws, tax organizer) exported to Excel for your accountant.

Canada support: works with Canadian QuickBooks Online companies out of the box — the server auto-detects the company's tax edition, applies sales tax codes (GST/HST/PST) on created transactions, and ships a full Canadian tax suite: GST/HST (GST34) return workpapers with the 50% meals ITC restriction, T2125 line mapping, CCA schedules (half-year rule + Accelerated Investment Incentive), T4A/T5018 contractor reporting, and CRA instalment + CPP estimates. Multicurrency companies see per-transaction currency and exchange rates.

Built by Vaspera Capital — because QuickBooks deserved a real MCP server.

Quick Start

Prerequisites

  • Python 3.10+
  • A QuickBooks Online account (any plan)
  • Claude Desktop
  • An Intuit Developer account (free signup)

1. Clone and Install

git clone https://github.com/RCOLKITT/AccountingQB-MCP.git
cd AccountingQB-MCP
pip install -r requirements.txt

2. Create Your Intuit Developer App

  1. Go to developer.intuit.com and sign in
  2. Click Create an App → select QuickBooks Online and Payments
  3. Under Redirect URIs, add: http://localhost:8080/callback
  4. Copy your Client ID and Client Secret

3. Run Setup

python setup.py

The setup wizard will:

  • Ask for your Client ID and Client Secret
  • Open your browser to authorize access to your QuickBooks company
  • Catch the OAuth callback automatically
  • Write your Claude Desktop configuration
  • Verify the connection works

That's it. Restart Claude Desktop and you're connected.

Manual Configuration (Advanced)

If you prefer to configure manually, add this to your Claude Desktop config:

macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDATA%\Claude\claudedesktopconfig.json

{
  "mcpServers": {
    "accountingqb": {
      "command": "python3",
      "args": ["/path/to/AccountingQB-MCP/server.py"],
      "env": {
        "QB_CLIENT_ID": "your_client_id",
        "QB_CLIENT_SECRET": "your_client_secret",
        "QB_REALM_ID": "your_company_id",
        "QB_REFRESH_TOKEN": "your_refresh_token",
        "QB_ENVIRONMENT": "production"
      }
    }
  }
}

To get your refresh token manually, use the Intuit OAuth Playground.

Tools (130)

Company & Entities

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http accountingqb https://mcp.accountingqb.com/mcp
Add to Cursor

Accountingqb: common questions

Is Accountingqb MCP server safe?
Yes, by our scan: it is graded A (95/100). Read the Accountingqb safety report
How do I install Accountingqb?
It runs remotely at mcp.accountingqb.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Accountingqb need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Accountingqb maintained?
The last commit was 3 days ago (2026-09-21). The latest release is v3.16.0.
Is Accountingqb up?
100% of our last 21 checks got an answer. We check remote servers about four times a day.
What can I use instead of Accountingqb?
Servers from other publishers that do the same job: RoboSystems MCP server, Quickbooks MCP server and QuickBooks Online MCP server. Compare all Accountingqb alternatives.

Alternatives to Accountingqb

Same job from other publishers: the closest match first, then the best rated.

All Accountingqb alternatives →
  • RoboSystems
    Accounting knowledge graphs: SEC XBRL filings, QuickBooks ledgers, reports and forecasts over MCP.
    A
  • Quickbooks
    MCP server for QuickBooks Online API integration
    B
  • QuickBooks Online
    QuickBooks Online MCP server: invoices, bills, customers, vendors, employees, and accounts
    A
  • DeepLedger — AI staff accountant for QuickBooks
    AI staff accountant for QuickBooks: transactions, reports, receivables, payables, month-end close
    A
  • E Arveldaja
    Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports.
    B

More from accountingqb.com