Skip to content
Start free

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.

  1. Create a token in GetIntel under Integrations. Tick action access if Claude Code should update tasks and plan your week. See Tokens and permissions.

  2. 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"
  3. Confirm. Start Claude Code and run /mcp. getintel should show as connected.

  4. Try it. Ask: “Using GetIntel, what are my weakest topics this week?”

Terminal window
claude mcp remove getintel

Then run the add command again with the new token.

Claude Code also supports sign-in. Add the server with no --header:

Terminal window
claude mcp add --transport http getintel https://app.getintel.ai/mcp

Claude 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.