Cursor
Install the AdCrunch MCP server in Cursor and authorize your organization.
Tip
AdCrunch is a remote MCP server — there’s nothing to install locally. You just point Cursor at the AdCrunch URL and complete an OAuth flow.
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.jsonin the project root:{ "mcpServers": { "adcrunch": { "url": "https://mcp.adcrunch.dev/mcp" } } } -
Authorize
Back in Settings → MCP, the
adcrunchserver 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_advertisersandquery_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, jump to the recipes.
Troubleshooting
Server shows an error / no tools
Confirm the JSON is valid and the URL is exactly
https://mcp.adcrunch.dev/mcp. Then toggle the server off and on in
Settings → MCP to force a reconnect.