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

# Claude.ai (Web)

> Connect Claude.ai to the PipesHub MCP server as a custom connector

Claude.ai supports custom connectors via remote MCP servers. This lets you use PipesHub tools directly in the Claude.ai web interface without any local setup.

<Note>
  This feature is currently in beta. Free plan users are limited to one custom connector.
</Note>

<Note>
  Before you start, create an OAuth app in PipesHub and note your **Client ID** and **Client Secret**. See [MCP Server Overview](/mcp/overview#step-1-create-an-oauth-app).
</Note>

<Frame caption="Claude.ai Connectors settings">
  <img src="https://mintcdn.com/pipeshub/KGLjyF7jU81ddsj5/images/mcp-server/claude-1.png?fit=max&auto=format&n=KGLjyF7jU81ddsj5&q=85&s=3ce19680ff947c2026f63c73031cf35e" alt="Claude.ai Connectors Settings" width="1036" height="457" data-path="images/mcp-server/claude-1.png" />
</Frame>

<Frame caption="Add custom connector dialog">
  <img src="https://mintcdn.com/pipeshub/KGLjyF7jU81ddsj5/images/mcp-server/claude-2.png?fit=max&auto=format&n=KGLjyF7jU81ddsj5&q=85&s=d42e9c8cb4f9fbe836f166aec27e1898" alt="Claude.ai Add Custom Connector Dialog" width="705" height="603" data-path="images/mcp-server/claude-2.png" />
</Frame>

## For Individual Users (Pro / Max Plans)

<Steps>
  <Step title="Open Connectors settings">
    Go to [claude.ai](https://claude.ai) and navigate to **Settings > Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Click **Add custom connector** at the bottom of the Connectors section.
  </Step>

  <Step title="Enter the MCP server URL">
    ```
    PIPESHUB_INSTANCE_URL/mcp
    ```
  </Step>

  <Step title="Enter OAuth credentials">
    Click **Advanced settings** and enter your OAuth credentials:

    * **OAuth Client ID**: `YOUR_CLIENT_ID`
    * **OAuth Client Secret**: `YOUR_CLIENT_SECRET`
  </Step>

  <Step title="Add and authenticate">
    Click **Add**. You'll be redirected to PipesHub's login page to authenticate and grant permissions. After authenticating, the connector becomes active and PipesHub tools are available in your Claude.ai conversations.
  </Step>
</Steps>

## For Team / Enterprise Plans

**Organization Owners** must first add the connector:

<Steps>
  <Step title="Open organization Connectors settings">
    Navigate to **Organization settings > Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Click **Add custom connector** and enter the MCP server URL: `PIPESHUB_INSTANCE_URL/mcp`.
  </Step>

  <Step title="Enter OAuth credentials">
    Click **Advanced settings** and enter the OAuth Client ID and Client Secret, then click **Add**.
  </Step>
</Steps>

**Team members** can then connect:

<Steps>
  <Step title="Open Connectors settings">
    Go to **Settings > Connectors**.
  </Step>

  <Step title="Find the PipesHub connector">
    Find the PipesHub connector (marked with a "Custom" label).
  </Step>

  <Step title="Connect">
    Click **Connect** to authenticate via PipesHub's OAuth login.
  </Step>
</Steps>

## Redirect URI

Claude.ai uses the following redirect URI for OAuth:

```
https://claude.ai/api/mcp/auth_callback
```

Register this as an allowed redirect URI in your PipesHub OAuth app.

## Security Notes

* Only connect to trusted MCP servers.
* Review the permissions requested during the OAuth authentication flow.
* Claude.ai interacts with PipesHub on your behalf using the granted OAuth token — your password is never shared.
