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

# Claude

> Connect Clearcue to Claude Desktop or claude.ai to access buying signals and lead data.

## Claude Desktop

<Steps>
  <Step title="Open Settings">
    In Claude Desktop, click your profile icon in the bottom-left corner and select **Settings**.
  </Step>

  <Step title="Go to Connectors">
    Select the **Connectors** tab (or **MCP Servers** in older versions).
  </Step>

  <Step title="Add the Clearcue connector">
    Click **Add custom connector** and enter:

    * **Name**: `Clearcue`
    * **URL**: `https://api.tools.clearcue.ai/mcp`

    Click **Add**.
  </Step>

  <Step title="Authorize">
    Claude will open a browser window. Sign in with your Clearcue account and authorize access.
  </Step>

  <Step title="Start using it">
    Return to Claude Desktop. You should see the Clearcue tools available. Try asking:

    *"Show me the top 10 companies by interaction count"*
  </Step>
</Steps>

## claude.ai

<Steps>
  <Step title="Open a conversation">
    Go to [claude.ai](https://claude.ai) and start a new conversation.
  </Step>

  <Step title="Open Connectors">
    Click the **Connectors** icon (plug icon) in the chat input area, then select **Add more integrations**.
  </Step>

  <Step title="Add custom connector">
    Click **Add custom connector** and enter:

    * **Name**: `Clearcue`
    * **URL**: `https://api.tools.clearcue.ai/mcp`

    Click **Add**.
  </Step>

  <Step title="Authorize">
    Sign in with your Clearcue account when prompted.
  </Step>

  <Step title="Start using it">
    In any conversation, the Clearcue tools are now available. Try asking:

    *"What signals do I have configured?"*
  </Step>
</Steps>

## Let Claude open your exports

Every Clearcue export comes back as a file. Claude needs network access to open
it, and that is off by default in some accounts.

<Steps>
  <Step title="Open Settings">
    In Claude, go to **Settings** and select **Capabilities**.
  </Step>

  <Step title="Allow network egress">
    Turn on **Allow network egress**.
  </Step>

  <Step title="Set the domain allowlist">
    Set **Domain allowlist** to **All domains**.
  </Step>
</Steps>

This is an account setting, so it covers both Claude Desktop and claude.ai.

<Note>
  Skip this and your exports still generate — Claude just cannot read them back,
  and will tell you the download failed. Nothing is wrong with the export itself.
</Note>

<Info>
  Claude supports OAuth 2.0 MCP authentication natively — no API keys or manual token setup required.
</Info>
