About
Overview
The QuickBooks MCP Server enables AI agents to interact with QuickBooks Online accounting software. It provides tools for managing invoices, tracking expenses, managing customers and vendors, and accessing financial reports.
Capabilities
Tools & Capabilities
⚡list_invoices
List invoices
⚡create_invoice
Create a new invoice
⚡list_customers
List customers
⚡list_expenses
List expenses
⚡get_profit_loss
Get profit and loss report
Setup
Installation
bash
Install
npx -y mcp-server-quickbooksExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"quickbooks": {
"command": "npx",
"args": ["-y", "mcp-server-quickbooks"],
"env": {
"QB_CLIENT_ID": "your-client-id",
"QB_CLIENT_SECRET": "your-secret",
"QB_REALM_ID": "your-realm-id"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026