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

# Claude Desktop & Web

> Connect ContentHero to Claude Desktop or claude.ai as a custom connector over OAuth.

Claude Desktop and claude.ai (web) both connect to remote MCP servers as custom connectors, with the same flow.

## Add the connector

<Steps>
  <Step title="Open Connectors">
    Go to **Settings, Connectors** and choose **Add custom connector**.
  </Step>

  <Step title="Enter the server">
    Name it `ContentHero` and set the remote MCP server URL:

    ```
    https://mcp.contenthero.ai
    ```
  </Step>

  <Step title="Authorize">
    Claude opens the OAuth consent page. Sign in with your ContentHero account and approve. No API key needed.
  </Step>
</Steps>

## Verify

Ask Claude to read your balance. It calls `get_balance` and returns your credits. By default the connector asks before each call; you can switch it to always allow in the connector settings.

On claude.ai (web), the flow is the same: **Settings, Connectors, Add custom connector**, with the URL `https://mcp.contenthero.ai`.

## Note

Custom connectors are available on Claude paid plans. If you do not see **Add custom connector**, check that your plan supports it.
