Skip to main content
Glama
194,485 tools. Last updated 2026-06-11 22:32

"QuickBooks" matching MCP tools:

  • Create an expense in QuickBooks by specifying payment type, account, payee, and line items. Automatically looks up account, vendor, and department names to assign IDs.
    MIT
  • Run SQL-like queries on QuickBooks Online entities such as customers, invoices, and accounts. Query results are automatically saved to a file for contextual review.
    MIT
  • Checks Profit & Loss CSV exports from QuickBooks, Xero, Zoho, or Wave for subtotal mismatches, negative expenses, and margin red flags to validate accuracy and identify anomalies.
    MIT
  • Permanently delete QuickBooks transactions like invoices, bills, and journal entries. Preview deletions first, then confirm to execute.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables financial professionals to interact with QuickBooks Online using natural language for reports, journal entries, bills, expenses, and more.
    Last updated
    36
    228
    10
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Connect Claude Desktop and Claude Code to QuickBooks Online for natural-language accounting. Ask questions about invoices, expenses, reports, and more using plain English.
    Last updated
    MIT

Matching MCP Connectors

  • Search QuickBooks Online customers by display name using a substring, case-insensitive query. Returns matching customers and total count, with optional limit on results.
    MIT
  • Authenticate with QuickBooks Online via OAuth. First, call without arguments to get an authorization URL, then call with authorization code and realm ID from the callback.
    MIT
  • Create invoices in QuickBooks by specifying customer, line items, and optional details. Returns invoice data and a link to view it.
    MIT
  • Modify an existing QuickBooks deposit—update date, memo, account, department, and lines. Lines merge with existing; include all line IDs to keep unchanged lines.
    MIT
  • Create a bank deposit by providing the deposit account, date, and line items. Amounts can be positive (income) or negative (fees). Names are looked up automatically. Returns deposit details and a QuickBooks link.
    MIT
  • Retrieve the complete record of a specific vendor from QuickBooks Online by providing the vendor ID. Returns vendor data or null if not found.
    MIT
  • Retrieve vendor information from QuickBooks Online including ID, name, contact details, and balance. Supports pagination, active status filtering, and multiple output formats.
    MIT
  • Retrieve a customer's complete record from QuickBooks Online using the customer ID. Returns the customer data or null if not found.
    MIT
  • Pay one or more bills and optionally apply vendor credits to clear Accounts Payable. Records vendor payments for bank feed matching.
    MIT