Setup Guide
Follow these steps to connect your Basecamp account to Claude. No technical experience needed.
The black window where you type commands. You'll use this for most steps.
⌘ Space → "Terminal" → EnterChrome or Safari. It will open automatically during the login step.
Homebrew is Mac's package manager — it lets you install software from Terminal. Copy and paste the line below, then hit Enter.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
It will ask for your Mac password. Type it and hit Enter — you won't see the characters appear, that's normal. Wait until you see the $ symbol again before moving on.
Node.js gives you a tool called npx that's needed later. Copy and paste this, then hit Enter.
brew install node
node --version and hit Enter. You should see a version number like v25.0.0.
This installs the Basecamp command-line tool. Run these one at a time — paste the first, hit Enter, wait for it to finish, then do the second.
brew tap basecamp/tap
brew install --cask basecamp/tap/basecamp
basecamp --version and hit Enter. You should see: basecamp version 0.7.2 (or newer).
This links your Basecamp account to the CLI. Paste the command below and hit Enter — your browser will open automatically.
basecamp auth login
In the browser: log in with your Basecamp username and password, then click Allow Access. Come back to Terminal when done.
This final command links everything together and installs the Basecamp skill directly into Claude Code.
basecamp setup claude
Close Claude Code completely and reopen it. Then try asking:
Claude will pull your real Basecamp data in seconds.
Take a screenshot of what you see in Terminal and share it with Claude. Include the exact error message text so it can help you fix it right away.