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

# Connect a client

> Add the Summand MCP server to claude.ai, ChatGPT, and other OAuth-aware MCP clients.

The Summand MCP server is a remote, OAuth-authenticated streamable-HTTP endpoint. There is nothing to install — every client uses the same URL and follows the standard OAuth discovery flow.

## Endpoint

```
https://mcp.summand.com/mcp
```

The endpoint is stateless: each request constructs a fresh server instance scoped to the bearer token in the `Authorization` header.

## Add to claude.ai

<Steps>
  <Step title="Open the Connectors page">
    Go to [claude.ai/settings/connectors](https://claude.ai/settings/connectors), or from claude.ai navigate to **Settings → Connectors**.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/claude/1-connectors.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=f22bf5d690d9bdcd7a0e98dd55897365" alt="claude.ai Connectors settings page" width="3516" height="2084" data-path="images/mcp/claude/1-connectors.png" />
    </Frame>
  </Step>

  <Step title="Add a custom connector">
    Click **Add custom connector**.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/claude/2-add-custom-connector.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=7da73833a30b3aee527ce52a98c762e3" alt="Add custom connector button" width="3516" height="2084" data-path="images/mcp/claude/2-add-custom-connector.png" />
    </Frame>
  </Step>

  <Step title="Enter the server details">
    * **Name:** anything you want (e.g. `Summand MCP`)
    * **Remote MCP server URL:** `https://mcp.summand.com/mcp`

    Then click **Add**.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/claude/3-add.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=54ed6ba06157e1253ca9484c39ec65dd" alt="Custom connector form with Summand MCP server URL" width="3510" height="2078" data-path="images/mcp/claude/3-add.png" />
    </Frame>
  </Step>

  <Step title="Connect">
    Click **Connect** on the new entry.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/claude/4-connect.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=81b2ac6caf1750e7d2938eb71b1100d7" alt="Connect button on the Summand MCP entry" width="3516" height="2080" data-path="images/mcp/claude/4-connect.png" />
    </Frame>
  </Step>

  <Step title="Sign in to Summand">
    You'll be redirected to `login.summand.com`. Sign in with the same account you use at summand.com.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/claude/5-login.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=e2b7be0cb94d99181a3dc228108f70a4" alt="Summand login page" width="3600" height="2078" data-path="images/mcp/claude/5-login.png" />
    </Frame>
  </Step>

  <Step title="Try it">
    Back in claude.ai, start a new conversation and ask about your data — for example, "What data connectors do I have in Summand?" Claude will request permission to call the relevant tool.
  </Step>
</Steps>

## Add to ChatGPT

<Steps>
  <Step title="Open the Apps settings">
    Go to [chatgpt.com/#settings/Connectors](https://chatgpt.com/#settings/Connectors), or from chatgpt.com navigate to **Settings → Apps**.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/1-apps.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=8bd2016c4689a0b66a20a74c4b358bc5" alt="ChatGPT Apps settings page" width="3508" height="2088" data-path="images/mcp/chatgpt/1-apps.png" />
    </Frame>
  </Step>

  <Step title="Enable developer mode">
    Open **Advanced settings** and toggle **Developer mode** on. This is required to connect to external MCP servers.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/2-developer-mode.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=87935710b8d7b08ed59781850feaa1cb" alt="Developer mode toggle in ChatGPT Advanced settings" width="3510" height="2086" data-path="images/mcp/chatgpt/2-developer-mode.png" />
    </Frame>
  </Step>

  <Step title="Create an app">
    Click **Create app** at the top of the modal.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/3-create-app.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=aaf6ce2a2a27f6323d3a3e8f820eabb5" alt="Create app button in ChatGPT" width="3518" height="2080" data-path="images/mcp/chatgpt/3-create-app.png" />
    </Frame>
  </Step>

  <Step title="Enter the server details">
    * **Name:** anything you want (e.g. `Summand MCP`)
    * **MCP server URL:** `https://mcp.summand.com/mcp`

    Check **I understand and want to continue**, then submit.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/4-mcp-setup.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=9dcf7f4b448bde32ed0f3d30ec673a8f" alt="ChatGPT MCP server setup form" width="3512" height="2080" data-path="images/mcp/chatgpt/4-mcp-setup.png" />
    </Frame>
  </Step>

  <Step title="Authorize Summand">
    You'll be redirected to `login.summand.com` with the prompt "ChatGPT would like access to your account". Click **Allow access**.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/5-oauth-allow-access.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=d2b10d462de71fc68587d8706ed40466" alt="Summand OAuth consent screen for ChatGPT" width="3600" height="2086" data-path="images/mcp/chatgpt/5-oauth-allow-access.png" />
    </Frame>
  </Step>

  <Step title="Try it">
    Open a new ChatGPT chat and type `/summand` — you'll see the connector you just added, and the tools it exposes.

    <Frame>
      <img src="https://mintcdn.com/intelligible-6b08c896/MA0wPPE9RUAaA9Em/images/mcp/chatgpt/6-slash-command.png?fit=max&auto=format&n=MA0wPPE9RUAaA9Em&q=85&s=cbb3ef7f71ed7b93701e66ee5ed5aad9" alt="Using the /summand slash command in ChatGPT" width="3510" height="2080" data-path="images/mcp/chatgpt/6-slash-command.png" />
    </Frame>
  </Step>
</Steps>

## Troubleshooting

* **Client can't discover the MCP server** — make sure you're using the full endpoint URL with `/mcp` at the end. `https://mcp.summand.com` on its own will not work — it must be `https://mcp.summand.com/mcp`.
* **`401` on every call** — your token expired or was revoked. Disconnect and reconnect the integration in your client.
* **`403 Forbidden`** — the resource isn't owned by or shared with your user. Check sharing in the dashboard.
