Cursor
Connect GetIntel's MCP server to Cursor with a remote HTTP entry in mcp.json, then enable it in Cursor's settings.
-
Create a token in GetIntel under Integrations.
-
Add GetIntel to Cursor. Edit
~/.cursor/mcp.jsonfor every project, or.cursor/mcp.jsonin one project:~/.cursor/mcp.json {"mcpServers": {"getintel": {"url": "https://app.getintel.ai/mcp","headers": { "Authorization": "Bearer YOUR_TOKEN" }}}} -
Enable it. Open Settings → MCP and switch getintel on. A green status means the tools loaded.
-
Try it in Agent mode: “Using GetIntel, list my top On-Page tasks.”
If the server shows an error, check the token was pasted in full after Bearer . See MCP troubleshooting.
Or connect without a token
Section titled “Or connect without a token”Cursor also supports sign-in. Add the URL with no headers:
{ "mcpServers": { "getintel": { "url": "https://app.getintel.ai/mcp" } }}Enable getintel under Settings → MCP and Cursor 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.