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

# Connect contentgrove to Claude or ChatGPT

> Add the contentgrove connector to Claude, ChatGPT, or any MCP client, then sign in so your assistant can read your analytics on request.

You can connect contentgrove to Claude, ChatGPT, or any client that supports remote MCP servers over HTTP. You'll also find this in **Settings → MCP** in contentgrove.

The contentgrove MCP server URL is:

```text theme={null}
https://app.contentgrove.io/api/mcp
```

<Tabs>
  <Tab title="Claude">
    <Steps>
      <Step title="Open Claude connectors">
        In the Claude app or at claude.ai, go to **Settings → Connectors**.
      </Step>

      <Step title="Add the contentgrove connector">
        Add a custom connector, name it **contentgrove**, and paste the server URL above.
      </Step>

      <Step title="Connect and sign in">
        Click **Add → Connect** and sign in with your contentgrove account. You're all set.
      </Step>
    </Steps>
  </Tab>

  <Tab title="ChatGPT">
    <Steps>
      <Step title="Open ChatGPT settings">
        In the ChatGPT app or at chatgpt.com, go to **Settings → Apps**.
      </Step>

      <Step title="Create the contentgrove app">
        Turn on **Developer mode**, click **Create app**, name it **contentgrove**, and paste the server URL above.
      </Step>

      <Step title="Connect and sign in">
        Click **Create → Connect** and sign in with your contentgrove account. You're all set.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Other MCP clients">
    <Steps>
      <Step title="Open your client's connectors">
        Find the MCP or connectors section of any client that supports remote MCP servers over HTTP.
      </Step>

      <Step title="Register the server">
        Add an HTTP MCP server with this config:

        ```json theme={null}
        {
          "mcpServers": {
            "contentgrove": {
              "url": "https://app.contentgrove.io/api/mcp"
            }
          }
        }
        ```
      </Step>

      <Step title="Complete sign-in">
        Finish the OAuth sign-in your client prompts for, using your contentgrove account.
      </Step>
    </Steps>
  </Tab>
</Tabs>

Once connected, head to [What you can ask](/ai-mcp/what-you-can-ask).
