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

# Connect a client

> Configure Claude, Claude Code, ChatGPT, VS Code, and other MCP clients to connect to Weavable

Give your AI assistant access to Weavable through a single MCP connection. Pick your client below for setup steps.

## Server URL

The Weavable MCP server is available at:

```
https://mcp.weavable.ai/mcp
```

When prompted for a name, use:

```
weavable
```

Authentication happens via OAuth — sign in with your Weavable account when the client prompts you.

***

## Claude

<Steps>
  <Step title="Open Claude's connector settings">
    Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors), or in the desktop app go to **Customize → Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Click **+** and choose **Add custom connector**.
  </Step>

  <Step title="Enter the connection details">
    * **Name:** `weavable`
    * **Remote MCP Server URL:** `https://mcp.weavable.ai/mcp`
  </Step>

  <Step title="Connect">
    Find **weavable** under **Not Connected** and click **Connect**.
  </Step>

  <Step title="Authorize">
    Sign in with your Weavable account when prompted and authorize Claude.
  </Step>

  <Step title="Try a prompt">
    ```
    From Weavable summarise any changes from {context name} in the past week
    ```
  </Step>
</Steps>

***

## Claude Code

<Steps>
  <Step title="Add the MCP server">
    In your terminal, run:

    ```bash theme={null}
    claude mcp add --transport http weavable https://mcp.weavable.ai/mcp
    ```
  </Step>

  <Step title="Verify the connection">
    Open Claude Code and run the **/mcp** command.
  </Step>

  <Step title="Try a prompt">
    Reference `weavable` explicitly in prompts:

    ```
    From Weavable summarise any changes from {context name} in the past week
    ```
  </Step>
</Steps>

***

## ChatGPT

<Steps>
  <Step title="Enable Developer mode">
    In ChatGPT, open **Settings → Connectors → Advanced** and toggle **Developer mode** on. Requires Pro, Plus, Business, Enterprise, or Edu.
  </Step>

  <Step title="Create a connector">
    Back in **Settings → Connectors**, click **Create**.
  </Step>

  <Step title="Fill in the details">
    * **Name:** `weavable`
    * **MCP Server URL:** `https://mcp.weavable.ai/mcp`
    * **Authentication:** OAuth
  </Step>

  <Step title="Authorize">
    Sign in with your Weavable account when prompted to authorize ChatGPT.
  </Step>

  <Step title="Use it in a conversation">
    Enable the **weavable** connector for the conversation and try:

    ```
    From Weavable summarise any changes from {context name} in the past week
    ```
  </Step>
</Steps>

***

## VS Code

<Steps>
  <Step title="Open the command palette">
    In the top menu bar, click **View → Command Palette…**
  </Step>

  <Step title="Add an MCP server">
    Type **MCP: Add Server…** and select the option, then choose **HTTP (HTTP or Server-Sent Events)**.
  </Step>

  <Step title="Enter the connection details">
    * **URL:** `https://mcp.weavable.ai/mcp`
    * **ID / name:** `weavable`
  </Step>

  <Step title="Authorize">
    Sign in with your Weavable account when prompted and authorize VS Code.
  </Step>

  <Step title="Try a prompt">
    Prompt the VS Code agent to use weavable:

    ```
    From Weavable summarise any changes from {context name} in the past week
    ```
  </Step>
</Steps>

***

## Other clients

Any MCP-compatible client or agent framework — Cursor, Windsurf, custom agents — can connect with these details:

* **URL:** `https://mcp.weavable.ai/mcp`
* **Name:** `weavable`
* **Transport:** Streamable HTTP

Auth happens automatically via OAuth — sign in with your Weavable account when prompted.

Example prompt:

```
From Weavable summarise any changes from {context name} in the past week
```
