> ## 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 ChatGPT to Zapier MCP

> Connect Zapier MCP to ChatGPT by creating a connector in developer mode.

Zapier MCP connects to ChatGPT as a connector. Turn on developer mode, create the connector with the Zapier connect URL, then finish setup with a prompt.

## Before you begin

* A [Zapier account](https://zapier.com/sign-up).
* A ChatGPT plan that supports developer mode and custom connectors.

## Connect Zapier MCP to ChatGPT

<Steps>
  <Step title="Turn on developer mode">
    Open [ChatGPT connector settings](https://chatgpt.com/#settings/Connectors/Advanced) and turn on **Developer mode**.
  </Step>

  <Step title="Create your connector">
    Go to [Connectors](https://chatgpt.com/#settings/Connectors) and click **Create app**.

    1. Name it **Zapier MCP**.

    2. Paste this URL as the MCP server URL:

       ```text theme={null}
       https://mcp.zapier.com/api/v1/connect
       ```

    3. Leave the authentication setting as-is and click **Create**.
  </Step>

  <Step title="Connect your account">
    Click **Connect**, then sign in to your Zapier account.
  </Step>

  <Step title="Finish setup with a prompt">
    Copy the prompt below and paste it into ChatGPT to finish setup:

    ```text theme={null}
    Run the Zapier onboarding skill using get_zapier_skill with name "zapier-mcp-onboarding" and follow its instructions.
    ```
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Your first MCP workflow" href="/mcp/your-first-mcp-workflow">
    Run the onboarding Skill and make your first tool call.
  </Card>

  <Card title="How tools work" href="/mcp/how-tools-work">
    Learn how dynamic tool discovery works and what the meta-tools do.
  </Card>
</CardGroup>
