Skip to content
AdCrunch
Esc
↑↓navigate↵open⌘Jpreview
On this page

Cursor

Install the AdCrunch MCP server in Cursor and authorize your organization.

Install

Open your MCP configuration

In Cursor, choose Settings → Cursor Settings → MCP and click Add new MCP server — or edit the config file directly.

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "adcrunch": {
      "url": "https://mcp.adcrunch.dev/mcp"
    }
  }
}

Create .cursor/mcp.json in the project root:

{
  "mcpServers": {
    "adcrunch": {
      "url": "https://mcp.adcrunch.dev/mcp"
    }
  }
}

Authorize

Back in Settings → MCP, the adcrunch server appears with a login prompt. Click it — Cursor opens AdCrunch’s OAuth consent in your browser. Sign in and pick the organization you want to expose to this client.

Check the tools are listed

The server row turns green and lists tools like list_advertisers and query_insights.

Try it

Open the chat in Agent mode and ask: “List my advertisers.” Cursor calls list_advertisers and reads back the result.

If that works, go to the Quickstart for a first question and a first change.

Troubleshooting

Was this page helpful?