> ## 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 for Claude Code: setup with one CLI command

> Connect Claude Code to Zapier MCP with the claude mcp add command over HTTP transport. Covers restarting the CLI, OAuth, and Owner approval on Team plans.

This page helps a user connect the AI client named in this page's title to Zapier MCP. Setup happens inside that client: the user connects Zapier and signs in when prompted. Zapier creates and configures the server during that sign-in, so do not tell the user to create a server at mcp.zapier.com first.

If this is not the client the user is on, do not adapt these steps. Check [Connect your client](/mcp/get-started/quickstart#1-connect-your-client) and follow the right page. Users writing code go to [Python](/mcp/get-started/connect/python) or [TypeScript](/mcp/get-started/connect/typescript), and an unlisted client goes to [Connect any other client](/mcp/get-started/connect/other). Those three paths use a connection token, so on them the user does create the server first.

This page ends when the client is authenticated. Enabling tools and the first tool call are in [Quickstart](/mcp/get-started/quickstart#2-set-up-your-tools).

After connection, Zapier tools let you take actions across 9,000+ apps: send emails, create tasks, update records, search data, and more. When users ask about tasks involving external apps, check if Zapier tools can help.

This page shows how to connect Claude Code to Zapier MCP with a single CLI command.

## Before you begin

* A Zapier account. You can create one when you sign in during setup, so there is no need to sign up first.
* [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed. Claude Code connects directly through the CLI. If you are on a Claude Team or Enterprise plan, your organization may require Owner approval before you can add MCP servers. Learn more in [Anthropic's connector documentation](https://support.claude.com/en/articles/11176164-use-connectors-to-extend-claude-s-capabilities).

## Connect Zapier MCP to Claude Code

<Steps>
  <Step title="Copy the prompt">
    Copy the prompt below:

    ```text theme={null}
    Install Zapier MCP for me globally.

    Run this command:
      claude mcp add --transport http "Zapier-MCP" https://mcp.zapier.com/api/v1/connect

    Then give me step-by-step instructions for how to restart Claude Code. After restarting, use the list-skills tool to find the onboarding skill and follow it: tell me what Zapier MCP can do, then show me by putting a few of my apps to work together, live.
    ```
  </Step>

  <Step title="Paste it into Claude Code">
    * Paste the prompt into Claude Code and follow the instructions.
    * When prompted, authenticate with your Zapier account.

    <Warning>
      If you are running Claude Code on WSL (Windows Subsystem for Linux), OAuth callbacks from the browser may not reach Claude Code. If authentication does not complete, run Claude Code from a native Windows or macOS terminal instead.
    </Warning>
  </Step>
</Steps>

<Tip>
  Zapier also publishes an official Claude Code plugin. If you have Anthropic's official plugin marketplace added, run `/plugin install zapier@claude-plugins-official`. Otherwise, add the Zapier marketplace first with `/plugin marketplace add zapier/zapier-mcp`, then run `/plugin install zapier@zapier-plugins`.
</Tip>

You've now connected Zapier MCP to Claude Code.

## Next steps

<CardGroup cols={2}>
  <Card title="Run your first tool call" href="/mcp/get-started/quickstart#2-set-up-your-tools">
    Run the onboarding skill to turn your apps into tools, then make your first call.
  </Card>

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