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

# Connect Anagram to Claude

> Add the Anagram MCP as a custom connector in Claude.

Anthropic calls remote MCP connections "custom connectors." The connection is saved to your Claude account, so you can use it in Claude on the web, desktop, and mobile.

## Individual accounts

<Steps>
  <Step title="Open connector settings">
    In Claude, open **Customize → Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Select **+ → Add custom connector**.
  </Step>

  <Step title="Enter the Anagram details">
    Enter:

    * **Name:** `Anagram`
    * **Remote MCP server URL:** `https://studio.anagram.ai/api/mcp`

    Leave the OAuth Client ID and OAuth Client Secret in **Advanced settings** empty. Select **Add**.
  </Step>

  <Step title="Sign in to Anagram">
    After selecting **Add**, complete the Anagram sign-in and approval screen when Claude asks. OAuth is handled automatically through Clerk.
  </Step>

  <Step title="Enable Anagram in a conversation">
    Start a conversation. Select **+ → Connectors**, then turn on **Anagram**.
  </Step>
</Steps>

<Note>
  Free Claude accounts can add one custom connector.
</Note>

## Team and Enterprise accounts

An Owner or Primary Owner must add Anagram to the organization first:

1. Open **Organization settings → Connectors**.
2. Select **Add**, hover over **Custom**, then select **Web**.
3. Add `https://studio.anagram.ai/api/mcp`. Leave the optional OAuth client ID and secret empty.
4. Select **Add**.

Each member can then open **Customize → Connectors**, find **Anagram** with the **Custom** label, and select **Connect** to sign in.

<Note>
  Adding Anagram to an organization does not give every member access to the same data. Each person signs in separately, and Anagram only returns projects that person can access.
</Note>

See [Anthropic's current custom connector guide](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp) for plan and workspace details.
