MCPHIVE

QuickBooks Online MCP

Local · stdio

The QuickBooks Online MCP Server is Intuit's official server with full CRUD across 29 entity types (customers, invoices, payments, vendor bills, deposits and more) plus 11 financial reports (P&L, balance sheet, cash flow, aging). 144 tools, OAuth 2.0 with a one-time browser authorization on the Intuit Developer Portal; a free sandbox company is available for testing.

Why this server

  • 144 tools with full CRUD across 29 entities — invoices, payments, deposits, journal entries
  • 11 financial reports in plain language: P&L, balance sheet, cash flow, receivables aging
  • QUICKBOOKS_DISABLE_WRITE/UPDATE/DELETE flags switch off whole operation categories at once
  • A free sandbox company for testing — no real accounting data required

Usage examples

Prompt: Invoice Acme LLC for $1,200 for this month's consulting

Result: The agent found the customer via search_customers and created the document via create_invoice with a line item and due date.

Prompt: Show me last quarter's P&L and a detailed receivables aging report

Result: get_profit_and_loss returned the income statement, and get_aged_receivables_detail returned the customer debt breakdown by age.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.