Server data from the Official MCP Registry
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
This QuickBooks Online MCP server is well-structured with proper authentication mechanisms and reasonable permission scoping for its purpose. However, SQL injection vulnerabilities in query construction and insufficient input validation pose moderate security risks that should be addressed before production use. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
7 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: QBO_CLIENT_ID
Environment variable: QBO_CLIENT_SECRET
Environment variable: QBO_REFRESH_TOKEN
Environment variable: QBO_REALM_ID
Environment variable: QBO_ENVIRONMENT
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-qbo-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"QBO_REALM_ID": "your-qbo-realm-id-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"QBO_CLIENT_ID": "your-qbo-client-id-here",
"QBO_ENVIRONMENT": "your-qbo-environment-here",
"QBO_CLIENT_SECRET": "your-qbo-client-secret-here",
"QBO_REFRESH_TOKEN": "your-qbo-refresh-token-here"
},
"args": [
"-y",
"@wyre-technology/qbo-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Model Context Protocol (MCP) server for the QuickBooks Online Accounting API. Enables Claude and other MCP-compatible clients to manage QBO customers, invoices, expenses, payments, and reports.
npm install
npm run build
QBO_ACCESS_TOKEN=your-access-token QBO_REALM_ID=your-realm-id npm start
MCP_TRANSPORT=http QBO_ACCESS_TOKEN=your-access-token QBO_REALM_ID=your-realm-id npm start
The server listens on http://0.0.0.0:8080/mcp by default.
docker build -t qbo-mcp .
docker run -p 8080:8080 \
-e MCP_TRANSPORT=http \
-e QBO_ACCESS_TOKEN=your-access-token \
-e QBO_REALM_ID=your-realm-id \
qbo-mcp
| Variable | Required | Default | Description |
|---|---|---|---|
QBO_ACCESS_TOKEN | Yes (env mode) | — | QuickBooks Online OAuth2 access token |
QBO_REALM_ID | Yes (env mode) | — | QuickBooks Online company (realm) ID |
MCP_TRANSPORT | No | stdio | Transport type: stdio or http |
MCP_HTTP_PORT | No | 8080 | HTTP server port |
MCP_HTTP_HOST | No | 0.0.0.0 | HTTP server bind address |
AUTH_MODE | No | env | Auth mode: env or gateway |
When AUTH_MODE=gateway, credentials are passed per-request via HTTP headers instead of environment variables:
X-Qbo-Access-Token — OAuth2 access tokenX-Qbo-Realm-Id — QuickBooks Online company (realm) IDThis allows a gateway/proxy to manage multi-tenant credentials.
Tools are organized into domains. Use qbo_navigate to select a domain, then use the domain-specific tools.
qbo_navigate — Select a domain (customers, invoices, expenses, payments, reports)qbo_back — Return to domain selectionqbo_customers_list — List customersqbo_customers_get — Get customer by IDqbo_customers_create — Create a new customerqbo_customers_search — Search customers by name or other criteriaqbo_invoices_list — List invoicesqbo_invoices_get — Get invoice by IDqbo_invoices_create — Create a new invoiceqbo_invoices_send — Send an invoice via emailqbo_expenses_list_purchases — List purchase transactionsqbo_expenses_list_bills — List billsqbo_expenses_get_purchase — Get purchase by IDqbo_expenses_get_bill — Get bill by IDqbo_payments_list — List paymentsqbo_payments_get — Get payment by IDqbo_payments_create — Create a new paymentqbo_reports_profit_and_loss — Generate Profit and Loss reportqbo_reports_balance_sheet — Generate Balance Sheet reportqbo_reports_aged_receivables — Generate Aged Receivables reportqbo_reports_aged_payables — Generate Aged Payables reportqbo_reports_customer_sales — Generate Customer Sales reportApache-2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI