Your SideQuest setup, seven steps.
Check each step off as you finish it. Your progress saves in this browser, so closing the tab and coming back later picks up where you left off.
Your progress
-
Read the welcome kit
The welcome kit explains the 48-hour onboarding rhythm, the email you'll receive, and the things to have handy before you click any setup link.
Open the welcome kit → -
Install the connector and Claude Desktop (free tier is enough)
Unzip the connector folder from your welcome email. In Terminal,
cdinto the folder and runbash install-connector.sh. The installer pauses for your license key partway through. Paste from the welcome email, press Return.The free Claude Desktop app is the only Anthropic product you need. Download from claude.ai/download, sign in with email or Google. No API key, no paid plan, no subscription.
Open setup steps → -
Create your QuickBooks and Gmail credentials
You sign in to developer.intuit.com and grab a Client ID and Client Secret. Then sign in to console.cloud.google.com, enable the Gmail API, and download an OAuth client_secret.json. Both accounts are free.
Open setup steps → -
Run the setup wizard
In Terminal, drop your Intuit Client ID and Client Secret into
Open setup steps →~/.qb-distributor-mcp/.env, then runsidequest reauth-qb. It walks the QB OAuth dance, mints a refresh token, writes it to.env, and auto-reinjects into Claude Desktop's config. Then run the Gmail OAuth dance per Step 3 of the quick start (the "+ Add secret" workaround in Google Cloud applies). v0.15.13+ rotates the QB refresh token automatically from here on; no more periodic re-auths. -
Wire the connector into Claude Desktop
Step 4 of the quick start covers this. After Step 3 (
Open setup steps →sidequest reauth-qb) your QB credentials are already inclaude_desktop_config.json. For Gmail credentials and any custom.envvalues you added, run~/.qb-distributor-mcp/venv/bin/python ~/.qb-distributor-mcp/reinject.pyfrom any Terminal. Quit Claude Desktop with Cmd+Q (not just close the window) and reopen it. You should see SideQuest Automation in the MCP tool list at the bottom-right of the compose box. -
Upload your cross-reference list (optional)
A CSV with four columns:
customer_id, customer_part, internal_sku, notes. Maps each customer's part numbers to your QB SKUs. The connector remembers forever. Most distributors upload 100-300 mappings on Day 1 and see Day-1 match rate jump from 85% to 99%.If you skip this step, SideQuest still works. It asks you to confirm matches on the first few orders from each customer until it learns.
See the format → -
Process your first live PO
Take the next real PO email. Add the
purchase-ordersGmail label. In Claude Desktop, ask: "List my incoming purchase orders and draft an estimate for each one." Claude calls the connector tools, shows you the draft inline, and gives each one aqbd://drafts/<id>reference. Edit by chat ("change line 2 to qty 10"), then ask Claude to submit draft <id> to QuickBooks. The Estimate appears in QB. Reply to the customer manually with the QB Estimate number.That's the whole loop. Every PO from now is the same three steps.
Open the live-run steps →
Where to go from here
End-user FAQ →
Questions the team member processing POs will ask. Matching, overrides, edge cases.
Operator runbook →
Symptom → diagnosis → fix. For whoever administers SideQuest for the company.
Pricing →
Plans, comparison table, billing FAQ, and the ROI math.
Sales one-pager PDF →
If you're forwarding this to a colleague or a boss who needs the elevator pitch on paper.