> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyreach.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up in Claude

> Add Anyreach as a custom connector in Claude and sign in.

Anyreach connects to Claude as a [custom connector](https://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp). You add it once in your Claude settings, sign in with your Anyreach account, and it's available in your conversations.

## What you need

* A Claude plan that supports custom connectors (Pro, Max, Team, or Enterprise).
* An Anyreach account. You'll sign in with it during setup — Claude gets exactly your permissions, nothing more.

## Add the connector

<Steps>
  <Step title="Open connector settings">
    In Claude (web or desktop), go to **Settings → Connectors** and choose **Add custom connector**.
  </Step>

  <Step title="Enter the server details">
    Fill in the form:

    | Field                 | Value                          |
    | --------------------- | ------------------------------ |
    | Name                  | `Anyreach`                     |
    | Remote MCP server URL | `https://api.anyreach.ai/mcp/` |

    <Warning>
      Include the trailing slash in the URL. `https://api.anyreach.ai/mcp` (without it) will not connect.
    </Warning>
  </Step>

  <Step title="Set the OAuth Client ID">
    Expand **Advanced settings** and enter this OAuth Client ID:

    ```
    u9ypagook5qw1gkgu6pnd
    ```

    Leave the client secret blank — Anyreach doesn't use one.
  </Step>

  <Step title="Connect and sign in">
    Save the connector, then choose **Connect**. You'll be taken to the Anyreach sign-in page. Sign in, pick the organization you want Claude to work in if you belong to more than one, and approve the access.
  </Step>
</Steps>

## Use it in a conversation

In a chat, open the **search and tools** menu and make sure the Anyreach connector is enabled. Then just ask:

* "List my Anyreach agents."
* "Summarize yesterday's conversations."
* "How is my outreach campaign performing?"

Claude looks up the right Anyreach operation and runs it, showing you each tool call as it goes.

## Troubleshooting

| Symptom                                | Fix                                                                               |
| -------------------------------------- | --------------------------------------------------------------------------------- |
| The connector won't connect            | Check the URL is exactly `https://api.anyreach.ai/mcp/`, with the trailing slash. |
| Claude says it's not authorized        | Disconnect and reconnect the connector to sign in again.                          |
| Actions land in the wrong organization | Disconnect and reconnect, and pick the right organization during sign-in.         |

## Related

<Card title="Anyreach in Claude" icon="sparkles" href="/mcp/overview">
  What you can do once you're connected.
</Card>
