Cursor
Install the AdCrunch MCP server in Cursor and authorize your organization.
Install
Add the server to your MCP file
Add the AdCrunch entry to one of the two MCP files. When both files name the same server, the project file wins.
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"
}
}
}Restart Cursor
Save the file, and restart Cursor.
Authorize
Open Customize → MCPs in the sidebar. The adcrunch server is there.
Sign in when Cursor asks: your browser opens the AdCrunch sign-in. Sign in
and approve the access.
The consent screen does not ask for an organization. Cursor acts for the organization that is active in your most recent AdCrunch session. Auth & scopes explains how to choose it.
Try it
In the chat, 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.