Documentation

Connect your marketing data to Claude, ChatGPT and other LLMs.

Connect to Cursor

Cursor (the VS Code-based IDE) supports HTTP MCP servers with OAuth since v0.50.

1. Locate the MCP file

ScopePath
Global ~/.cursor/mcp.json (Mac/Linux) · %USERPROFILE%\.cursor\mcp.json (Windows)
Per project .cursor/mcp.json at the project root

2. Add the gadspilot config

.cursor/mcp.json
{
  "mcpServers": {
    "meta-ads": {
      "url": "https://gadspilot.com/mcp-meta"
    }
  }
}
Cursor auto-detects HTTP transport from the URL (no need for "type": "http" like Claude Desktop).

3. Reload Cursor's config

In Cursor: Cmd/Ctrl+Shift+PMCP: Reload (or restart Cursor).

4. Verify & authorize

  1. Settings → MCP → you see meta-ads
  2. Click Connect → opens browser for gadspilot OAuth
  3. Authorize accounts → back to Cursor with status connected

5. Use it in Cursor chat

Open Cursor chat (Cmd/Ctrl+L) and ask:

{{ $serverKey }} pause the worst Meta campaign in dry-run and explain why in a comment.
💡
Cursor use case: ideal for devs who want to generate code based on their real marketing data — custom dashboards, optim scripts, exports.
Need help? Ask me 💬
Ask gadspilot
Free AI assistant · Try me