Q
QuickBooks
💰 Finance & Trading
QuickBooks Online accounting — query and manage invoices, customers, expenses and financial reports through your AI tools.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"quickbooks": {
"command": "npx",
"args": [
"-y",
"quickbooks-mcp"
],
"env": {
"QB_CLIENT_ID": "your-qb-client-id-here",
"QB_CLIENT_SECRET": "your-qb-client-secret-here",
"QB_REALM_ID": "your-qb-realm-id-here"
}
}
}
}