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

# How do I connect ChatGPT to Klipy?

> Turn on developer mode in ChatGPT and add Klipy as a custom MCP connector.

Klipy connects to ChatGPT as a remote custom connector backed by an MCP server. Turn on developer mode, add Klipy's server URL, and authorize with OAuth. Every write action Klipy's MCP server takes still goes through the same review Klipy applies everywhere else, and developer mode requires a Pro, Plus, Business, Enterprise, or Education plan.

<Info>
  Klipy's MCP server is supervised — every write action still goes through the same review Klipy applies everywhere else. See [how the MCP server works](/docs/guides/mcp/overview) before connecting.
</Info>

<Note>
  Developer mode is available on Pro, Plus, Business, Enterprise, and Education plans. On a workspace plan, your admin may need to enable it for your account before you see the setting.
</Note>

## How do I connect ChatGPT to Klipy?

<Steps>
  <Step title="Turn on developer mode">
    Go to **Settings → Connectors → Advanced**, then turn on **Developer mode**.
  </Step>

  <Step title="Add Klipy as a custom connector">
    Go to **Settings → Connectors → Add custom connector**.

    Enter:

    * **Name**: `Klipy`
    * **MCP server URL**: `https://api.klipy.ai/mcp`

    Select **Create**. ChatGPT connects to the server and lists Klipy's available tools.
  </Step>

  <Step title="Authorize with OAuth">
    Complete the OAuth flow when prompted — sign in and approve access. Klipy now appears in your list of connectors.
  </Step>

  <Step title="Enable Klipy in a chat">
    In a conversation, click the **+** button, select **More**, and turn on **Klipy**.
  </Step>

  <Step title="Verify it works">
    Ask ChatGPT:

    ```text theme={null}
    Who am I in Klipy?
    ```

    ChatGPT calls the `get_current_user` tool and returns your Klipy account details. If it responds with your name and workspace, the connection is authenticated and ready.
  </Step>
</Steps>

## What can I do once ChatGPT is connected?

Enable Klipy from the **+** button in any conversation to put its tools to work.

<Card title="Explore what you can do" icon="compass" href="/docs/guides/mcp/use-cases">
  See example prompts and workflows once ChatGPT is connected.
</Card>
