Claude Code

Install the AdCrunch MCP server in Claude Code and authorize your organization.

Tip

AdCrunch is a remote MCP server — there’s nothing to install locally. One command adds it; OAuth happens in your browser.

Install

  1. Add the server

    From any terminal:

    claude mcp add --transport http adcrunch https://mcp.adcrunch.dev/mcp

    Add --scope user to make it available in every project instead of just the current one.

  2. Authorize

    Inside a Claude Code session, run /mcp, select adcrunch, and choose Authenticate. Your browser opens AdCrunch’s OAuth consent — sign in and pick the organization you want to expose to this client.

Try it

Ask Claude Code: “List my advertisers.” It calls list_advertisers and reads back the result.

If that works, jump to the recipes.

Troubleshooting

Server not connecting

Run /mcp to check the server status and re-authenticate. To start over: claude mcp remove adcrunch, then add it again.