---
title: Claude Code
description: 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:

    ```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, go to the [Quickstart](/quickstart#ten-minutes-start-to-finish) for a first question and a first change.

## Troubleshooting

:::warning[Server not connecting]

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

:::
