Claude Desktop
Install the AdCrunch MCP server in Claude Desktop and authorize your organization.
Install
Open Claude Desktop settings
From the Claude Desktop menu, choose Settings → Developer → Edit Config.
Claude opens claude_desktop_config.json in your editor.
Add the AdCrunch server entry
Add the following under mcpServers. If the key doesn’t exist, create it.
{
"mcpServers": {
"adcrunch": {
"url": "https://mcp.adcrunch.dev/mcp"
}
}
}{
"mcpServers": {
"adcrunch": {
"url": "https://mcp.adcrunch.dev/mcp"
}
}
}Restart Claude Desktop
Quit completely (not just close the window) and reopen.
Authorize
On first use, Claude opens a browser tab to AdCrunch’s OAuth consent. Sign in and pick the organization you want to expose to this client.
Try it
Ask Claude: “List my advertisers.” Claude calls list_advertisers and reads back the result.
If that works, go to the Quickstart for a first question and a first change.