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
| Scope | Path |
|---|---|
| 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": {
"google-ads": {
"url": "https://gadspilot.com/mcp"
}
}
}
ℹ
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+P → MCP: Reload (or restart Cursor).
4. Verify & authorize
- Settings → MCP → you see
google-ads - Click Connect → opens browser for gadspilot OAuth
- Authorize accounts → back to Cursor with status connected
5. Use it in Cursor chat
Open Cursor chat (Cmd/Ctrl+L) and ask:
{{ $serverKey }} list my Google Ads campaigns and generate a JS script that displays daily conversions.
💡
Cursor use case: ideal for devs who want to generate code based on their real marketing data — custom dashboards, optim scripts, exports.