Claude Code
Connect GetIntel's MCP server to Claude Code with one command, confirm the connection, and replace or remove the token.
Claude Code connects to GetIntel over its native HTTP transport. Once connected, it can read your GetIntel data and edit your website’s code in the same session.
-
Create a token in GetIntel under Integrations. Tick action access if Claude Code should update tasks and plan your week. See Tokens and permissions.
-
Add the server. In your project’s directory, run:
Terminal window claude mcp add --transport http getintel https://app.getintel.ai/mcp \--header "Authorization: Bearer YOUR_TOKEN" -
Confirm. Start Claude Code and run
/mcp. getintel should show as connected. -
Try it. Ask: “Using GetIntel, what are my weakest topics this week?”
Replace or remove the token
Section titled “Replace or remove the token”claude mcp remove getintelThen run the add command again with the new token.
Or connect without a token
Section titled “Or connect without a token”Claude Code also supports sign-in. Add the server with no --header:
claude mcp add --transport http getintel https://app.getintel.ai/mcpClaude Code opens GetIntel’s sign-in page, then an approval page where you pick a brand and choose whether to allow actions. The access token it gets lasts 2 hours and refreshes itself automatically.