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

# Connect your tools

> Wire up Claude, ChatGPT, Copilot, Cursor, or any MCP client to Coconut

Coconut works with the tools you already use, from Claude and ChatGPT to any client that speaks MCP.

## Claude

Claude has a listing in Anthropic's connector directory, so this is the shortest path if you're using Claude as your primary client.

<Steps>
  <Step title="Open Customize in Claude">
    In Claude's settings, open **Customize**.
  </Step>

  <Step title="Select Connectors">
    Go to the **Connectors** tab.
  </Step>

  <Step title="Add a connector">
    Select **Add**, then **Browse Connectors**.
  </Step>

  <Step title="Find Coconut">
    Search for "Coconut", or open the [directory listing](https://claude.ai/directory/coco) directly.
  </Step>
</Steps>

## ChatGPT

ChatGPT reaches custom MCP servers through developer mode rather than its plugin directory, so this mirrors OpenAI's own setup flow.

<Steps>
  <Step title="Turn on developer mode">
    In ChatGPT, open **Settings**, then **Security and login**, and turn on **Developer mode**.
  </Step>

  <Step title="Add a connector">
    Go to [chatgpt.com/plugins](https://chatgpt.com/plugins) and select the plus button.
  </Step>

  <Step title="Name the connection">
    Enter a name and description for Coconut.
  </Step>

  <Step title="Paste the connector URL">
    Under **Connection**, paste the connector URL from [Integrations](https://app.coconut.md/integrations) in the app.
  </Step>

  <Step title="Create and sign in">
    Create the connection, then sign in when prompted.
  </Step>
</Steps>

## Microsoft 365 Copilot

Copilot Studio's MCP wizard handles the OAuth handshake on its own, since the connector advertises dynamic client registration.

<Steps>
  <Step title="Open Tools">
    Open your agent in [Copilot Studio](https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp), then go to **Tools**.
  </Step>

  <Step title="Add a new tool">
    Select **Add a tool**, then **New tool**, then **Model Context Protocol**.
  </Step>

  <Step title="Name the server">
    Name the server and paste the connector URL as the **Server URL**.
  </Step>

  <Step title="Choose OAuth">
    Choose **OAuth 2.0 with dynamic discovery**, then select **Create**.
  </Step>

  <Step title="Add to your agent">
    Create a connection, then select **Add to agent**.
  </Step>
</Steps>

## Cursor

<Steps>
  <Step title="Open custom MCP settings">
    Open [Customize](https://cursor.com/docs/mcp) in the sidebar, then add a custom MCP server.
  </Step>

  <Step title="Add the connector URL">
    Use the connector URL from [Integrations](https://app.coconut.md/integrations) in the app as a streamable HTTP server.
  </Step>

  <Step title="Sign in">
    Sign in when Cursor prompts you to authorize.
  </Step>
</Steps>

## Something else

Any other MCP-compatible client connects the same way, and a custom integration or an automation runtime can use the same connector URL and agent token directly. See [Connect your agents](/connect-agents) for that setup and the full configuration reference.
