Claude Desktop
Connect GetIntel's MCP server to the Claude Desktop app with sign-in, or with a token through mcp-remote, so you can ask Claude about your AI visibility data.
Claude Desktop is good for exploring your data in conversation. It can read and act on GetIntel, but it can’t edit your code; use a coding agent for that.
Connect with sign-in (recommended)
Section titled “Connect with sign-in (recommended)”- Open Settings → Connectors.
- Click Add custom connector.
- Paste
https://app.getintel.ai/mcpand save. - Claude sends you to GetIntel to sign in, then to an approval page. Pick a brand if you have more than one, tick Also allow actions if Claude should update tasks and plan your week, then click Connect.
- Ask: “Using GetIntel, what are my weakest topics this week?”
Use a token instead
Section titled “Use a token instead”For an older Claude Desktop without Connectors, bridge through mcp-remote:
-
Create a token in GetIntel under Integrations.
-
Open the config. In Claude Desktop, go to Settings → Developer → Edit Config.
-
Add GetIntel:
claude_desktop_config.json {"mcpServers": {"getintel": {"command": "npx","args": ["-y", "mcp-remote", "https://app.getintel.ai/mcp","--header", "Authorization: Bearer YOUR_TOKEN"]}}} -
Restart Claude Desktop. GetIntel’s tools appear in the tools menu.