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

# Connect your AI client

> Setup guides for connecting Zapier MCP to Claude, ChatGPT, Cursor, Kiro, and other supported clients.

Zapier MCP works with any AI client that supports Streamable HTTP. When you create a server at [mcp.zapier.com](https://mcp.zapier.com), select your client from the dropdown to get client-specific setup instructions. For a step-by-step walkthrough of the full connection process, check [Your first MCP workflow](/mcp/get-started/your-first-mcp-workflow).

## Setup guides

Select your client for requirements and known limitations:

<CardGroup cols={3}>
  <Card title="Claude" href="/mcp/setup/claude">
    Web, Desktop, and Code. Org owner required.
  </Card>

  <Card title="ChatGPT" href="/mcp/setup/chatgpt">
    Developer Mode only. Manual tool refresh required.
  </Card>

  <Card title="Cursor" href="/mcp/setup/cursor">
    OAuth via the Connect tab. Keep Cursor updated.
  </Card>

  <Card title="VS Code" href="/mcp/setup/vs-code">
    Requires GitHub Copilot in Agent mode.
  </Card>

  <Card title="Windsurf" href="/mcp/setup/windsurf">
    OAuth via the Connect tab. Keep Windsurf updated.
  </Card>

  <Card title="Kiro" href="/mcp/setup/kiro">
    Via the Kiro Powers catalog. No manual config required.
  </Card>

  <Card title="Microsoft Copilot Studio" href="/mcp/setup/microsoft-copilot-studio">
    Use the SessionID field during setup.
  </Card>
</CardGroup>

## Using other clients

Zapier MCP supports several clients by default, besides the ones listed in this article. You can connect to any client that uses Streamable HTTP transport, including custom clients built with the MCP SDK for Python or TypeScript.

1. Check your client's documentation for MCP support. Check for references to "Model Context Protocol" or "MCP servers."
2. Confirm your client uses Streamable HTTP transport. Zapier MCP does not support SSE.
3. When creating your Zapier MCP server at [mcp.zapier.com](https://mcp.zapier.com), select **Other** as your client type and follow the provided instructions.

To request official support for a new client, [submit a client request](https://mcp.zapier.app/client-request).

## Disconnecting a client

To disconnect an OAuth-connected client, delete the server in [mcp.zapier.com](https://mcp.zapier.com). This immediately terminates the connection and revokes access.

<Note>
  If you recreate the server after deleting it, you will need to re-authenticate.
</Note>
