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_IDYour QuickBooks Online company (realm) ID; scopes every request to one company. Required unless you set the full QUICKBOOKS_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.0/quickbooks-mcp.mcpb",
"env": {
"QUICKBOOKS_ACCESS_TOKEN": "",
"QUICKBOOKS_REALM_ID": "",
"QUICKBOOKS_ENVIRONMENT": ""
}
}
}
}