---
title: Claude Code
description: Install the AdCrunch MCP server in Claude Code and authorize your organization.
---

import Steps from '#docs/components/mdx/steps.astro';
import Step from '#docs/components/mdx/step.astro';
import Callout from '#docs/components/mdx/callout.astro';

> **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:

    ```bash
    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](/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.
