> ## 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 other MCP clients?

> Add Klipy's remote MCP server to any client that supports HTTP MCP servers with OAuth.

Klipy's MCP server works with any client that supports remote HTTP MCP servers and OAuth 2.0, not just Claude and ChatGPT. Clients like Cursor support adding a remote MCP server through their own settings, using the same server URL and OAuth flow described on this page. Every write action still goes through Klipy's normal review.

<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>

## How do I connect another MCP client to Klipy?

<Steps>
  <Step title="Open your client's MCP or connector settings">
    Check your client's documentation for where it manages MCP servers — this is usually under a settings section named "MCP," "Connectors," or "Integrations."
  </Step>

  <Step title="Add Klipy as a remote HTTP server">
    Add a new server pointing at:

    ```text theme={null}
    https://api.klipy.ai/mcp
    ```

    The exact labels and fields vary by client — look for a remote/HTTP MCP server or custom connector option. Most ask for a name and a server URL, and some let you paste a full JSON server entry.
  </Step>

  <Step title="Complete the OAuth flow">
    Your client should redirect you to sign in and authorize access. Approve the request, then return to your client — Klipy's tools are now available.
  </Step>

  <Step title="Verify it works">
    Ask your client's chat:

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

    Your client 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 my client is connected?

Enable the Klipy connector in your client to put its tools to work in any chat.

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