Loading MCP server directory, please wait...
Every QuickBooks Online Accounting entity, plus an offline SQLite mirror and AR/AP aging.
npx @getmcp/cli add io.github.Servosity/quickbooks-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
QUICKBOOKS_ACCESS_TOKENOAuth 2.0 bearer access token (scope com.intuit.quickbooks.accounting). Mint it from the Intuit OAuth 2.0 Playground or `quickbooks-cli auth refresh`.
QUICKBOOKS_REALM_IDThe QuickBooks company ('realm') ID every call is scoped to. Find it in the Intuit developer dashboard or the sandbox company URL. Without it the CLI cannot build a working base URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/quickbooks-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/quickbooks-v0.1.7/quickbooks-mcp.mcpb",
"env": {
"QUICKBOOKS_ACCESS_TOKEN": "",
"QUICKBOOKS_BASE_URL": "",
"QUICKBOOKS_CLIENT_ID": "",
"QUICKBOOKS_CLIENT_SECRET": "",
"QUICKBOOKS_ENVIRONMENT": "production",
"QUICKBOOKS_REALM_ID": "",
"QUICKBOOKS_REFRESH_TOKEN": "",
"QUICKBOOKS_TOKEN_URL": "https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer"
}
}
}
}