Prerequisites
Before you can configure and use Claude Code with Connect AI, you must first do the following:- Connect a data source to your Connect AI account. See Sources for more information.
- (Basic authentication only) Generate a Personal Access Token (PAT) on the Settings page. Copy this down, as it acts as your password during authentication.
Install Claude Code
Once the installation is done, try running:
npm list -g @anthropic-ai/claude-code in your terminal to confirm the installation. You should see something like this:Connect to Connect AI
OAuth Authentication
In the terminal of your project, run the following command:Select the
connectmcp server, then choose Authenticate. Claude Code opens your browser to the Connect AI sign-in page.
