Claude Code
Install the AdCrunch MCP server in Claude Code and authorize your organization.
If you sign in to Claude Code with a claude.ai account that already has the AdCrunch connector, Claude Code loads it for you. Run /mcp to check. You then need no step below.
Install
Add the server
From any terminal:
claude mcp add --transport http adcrunch https://mcp.adcrunch.dev/mcpTo make it available in every project, and not only the current one, put
--scope user before the name: claude mcp add --scope user --transport http adcrunch https://mcp.adcrunch.dev/mcp.
Authorize
Inside a Claude Code session, run /mcp, select adcrunch, and choose
Authenticate. Your browser opens the AdCrunch sign-in. Sign in and
approve the access.
The consent screen does not ask for an organization. Claude Code acts for the organization that is active in your most recent AdCrunch session. Auth & scopes explains how to choose it.
Try it
Ask Claude Code: “List my advertisers.” It calls list_advertisers and reads back the result.
If that works, go to the Quickstart for a first question and a first change.