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

# Zapier MCP quickstart

> 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 MCP](/mcp/home) in three steps. Share this page's URL with any AI agent for guided setup, or follow the steps below.

A user has asked you to help them set up Zapier MCP. Guide them through the three steps below. 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).

***

### 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?
```

You're all set. Your AI can now work with any of your connected Zapier apps.

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