QuickBooks Online MCP Server
Related Servers
Alternatives to QuickBooks Online MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables full CRUD operations on 29 QuickBooks Online entity types and 11 financial reports via natural language, allowing users to manage customers, invoices, payments, and more through MCP-compatible clients.Apache 2.0
- AlicenseCqualityDmaintenanceProvides complete QuickBooks Online API integration for Claude Code and other MCP-compatible clients, enabling full CRUD operations on 29 entity types and 11 financial reports.100Apache 2.0
- AlicenseNot gradedqualityBmaintenanceComprehensive MCP server for QuickBooks Online providing full CRUD operations on 29 entities (customers, invoices, bills, etc.) and 11 financial reports, enabling accounting data management via natural language.Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for QuickBooks Online providing read-only access to customers, vendors, invoices, bills, and chart of accounts. Enables natural language queries to your financial data through Claude or any MCP client.8MIT
- AlicenseNot gradedqualityDmaintenanceEnables QuickBooks Online integration for financial management with CRUD operations, reporting, real-time updates, and automation.10 npm3MIT
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables AI agents to interact with QuickBooks Online accounts to manage invoices, customers, payments, and financial reports. It provides 20 tools to automate accounting workflows and retrieve financial data through natural language interfaces.-
TDQS
Scored across 133 tools
Most tools have clear, distinct purposes (e.g., get vs list vs create). However, there is overlap between `qbo_expenses_list_purchases` and `qbo_purchases_list`, and between `qbo_expenses_get_purchase` and `qbo_purchases_get`, which could lead to misselection. The expense-specific tools seem to be aliases or subsets of the purchase tools.
All tools follow a consistent `qbo_<domain>_<action>` pattern, with actions like `list`, `get`, `create`, `update`, `search`. Even the reports and expenses tools follow this pattern (e.g., `qbo_reports_balance_sheet`, `qbo_expenses_list_purchases`). There are no mixed naming conventions.
With 133 tools, this is an extremely large surface area, far exceeding the typical well-scoped server. While QuickBooks Online is a complex domain, the tool count is overwhelming for an agent to navigate and will likely cause selection burden and reduced efficiency.
The tool set covers most core entities (customers, invoices, bills, etc.) with full CRUD operations, plus reports and navigation aids. Minor gaps include missing update for some entities like `qbo_purchases_update` exists but no delete operations for many, and search is not available for all entities. However, the coverage is generally comprehensive for the accounting domain.