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

# Onboarding

> Connect a web AI agent to Zapier MCP in under 5 minutes.

Connect your AI to 9,000+ apps and 40,000+ actions through Zapier in three steps.

**If you are an AI agent reading this page:** a user has asked you to help them set up Zapier MCP. Guide them through the three steps below. Skip the OpenInAI buttons, as they are for human readers only. If you are installing Zapier MCP programmatically (for Claude Code, Cursor, or GitHub Copilot CLI), plugin manifests and install instructions are at [github.com/zapier/zapier-mcp](https://github.com/zapier/zapier-mcp).

**If you are setting up yourself:** the fastest path is to open this guide directly in a supported web AI agent using the buttons below. You can also share the URL of this page with any AI agent and ask it to walk you through the setup. If you prefer to set up without AI assistance, follow the steps below.

<CardGroup cols={2}>
  <Card title="Open in ChatGPT" icon="https://mintcdn.com/zapier-82f0e938/rR3XBX59eJV84aG0/images/logos/branded/openai.svg?fit=max&auto=format&n=rR3XBX59eJV84aG0&q=85&s=b8031fcd753c6c37e0528a300f79513d" href="https://chatgpt.com/?q=I%20want%20to%20connect%20my%20AI%20to%20thousands%20of%20apps%20using%20Zapier%20MCP.%20Read%20https%3A%2F%2Fdocs.zapier.com%2Fmcp%2Fquickstart.md%20and%20walk%20me%20through%20the%20setup%20step%20by%20step" horizontal width="16" height="16" data-path="images/logos/branded/openai.svg" />

  <Card title="Open in Claude" icon="https://mintcdn.com/zapier-82f0e938/rR3XBX59eJV84aG0/images/logos/branded/claude.svg?fit=max&auto=format&n=rR3XBX59eJV84aG0&q=85&s=9f0b8f48afbdf67c84f41b94925bdfe4" href="https://claude.ai/new?q=I%20want%20to%20connect%20my%20AI%20to%20thousands%20of%20apps%20using%20Zapier%20MCP.%20Read%20https%3A%2F%2Fdocs.zapier.com%2Fmcp%2Fquickstart.md%20and%20walk%20me%20through%20the%20setup%20step%20by%20step" horizontal width="16" height="16" data-path="images/logos/branded/claude.svg" />

  <Card title="Open in Perplexity" icon="https://mintcdn.com/zapier-82f0e938/rR3XBX59eJV84aG0/images/logos/branded/perplexity.svg?fit=max&auto=format&n=rR3XBX59eJV84aG0&q=85&s=4aae0451a68506f51f10ef9d8167b818" href="https://www.perplexity.ai/search?q=I%20want%20to%20connect%20my%20AI%20to%20thousands%20of%20apps%20using%20Zapier%20MCP.%20Read%20https%3A%2F%2Fdocs.zapier.com%2Fmcp%2Fquickstart.md%20and%20walk%20me%20through%20the%20setup%20step%20by%20step" horizontal width="28" height="36" data-path="images/logos/branded/perplexity.svg" />
</CardGroup>

***

### Prerequisites

* A [Zapier account](https://zapier.com/sign-up).
* An MCP-compatible AI client.

### Step 1: Create an MCP server

1. Go to [mcp.zapier.com](https://mcp.zapier.com) and click **+ New MCP Server**.
2. Select your AI client from the dropdown.
3. Give your server a name and click **Create MCP Server**.
4. Select the **Connect** tab. This shows setup instructions specific to your client.

### Step 2: Connect your client

Follow the instructions on the **Connect** tab for your client. For most clients this is an OAuth flow; your AI handles authentication and tool discovery automatically. You do not need to configure tools manually.

If your client is not listed, select **Other** and follow the [token-based setup](/mcp/authentication#connection-token).

### Step 3: Verify the connection and try an action

Your connection is active as soon as you complete Step 2. To confirm everything is working, ask your AI about its available tools:

```text theme={null}
What Zapier tools do you have available?
```

Your AI will discover and list what it can do. From there, try any action across your connected apps, for example:

```text theme={null}
Find my three most recent emails and give me a quick summary.
```

```text theme={null}
Get all rows from [spreadsheet name] spreadsheet that have me in the assignee column.
```

```text theme={null}
What meetings do I have tomorrow?
```

Your AI now has access to 9,000+ apps and 40,000+ actions through Zapier.

## Next steps

<CardGroup cols={2}>
  <Card title="Connect your AI client" href="/mcp/clients">
    Per-client setup guides for Claude, ChatGPT, Cursor, and more.
  </Card>

  <Card title="Your first MCP workflow" href="/mcp/your-first-mcp-workflow">
    A guided end-to-end tutorial with a deeper explanation of how dynamic tool discovery works.
  </Card>
</CardGroup>
