Loading MCP server directory, please wait...
MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L
npx @getmcp/cli add io.github.codespar/mcp-quickbooksRequires Node.js 18+. Community-contributed server. Review source before installing.
QB_ACCESS_TOKENQuickBooks OAuth2 bearer access token. Expires in 1hr — caller is responsible for refresh via Intuit's OAuth2 auth_code flow.
QB_REALM_IDQuickBooks company id (realmId). Issued when a user authorizes your app against a specific company.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-quickbooks": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-quickbooks"
],
"env": {
"QB_ACCESS_TOKEN": "",
"QB_REALM_ID": "",
"QB_ENV": "",
"QB_MINOR_VERSION": ""
}
}
}
}