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

> Add Zapier MCP to your Warp configuration and authenticate over OAuth.

This page helps a user connect Warp to Zapier MCP. 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.

Zapier MCP connects to Warp through your MCP configuration. Add the Zapier connect URL and authenticate with your Zapier account.

## Before you begin

* A [Zapier account](https://zapier.com/sign-up).
* Warp installed.

## Connect Zapier MCP to Warp

<Steps>
  <Step title="Open MCP settings">
    Open Warp settings → **MCP**, or use the MCP Gallery.
  </Step>

  <Step title="Add the Zapier server">
    Add the following snippet:

    ```json theme={null}
    {
      "mcpServers": {
        "Zapier": {
          "url": "https://mcp.zapier.com/api/v1/connect"
        }
      }
    }
    ```
  </Step>

  <Step title="Authenticate">
    Authenticate with your Zapier account.
  </Step>

  <Step title="Finish setup">
    In Warp, ask your agent:

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

  <Step title="Verify the connection">
    Ask Warp:

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

    Warp should list the Zapier MCP tools. If tools do not appear, check [Troubleshooting](/mcp/troubleshoot/tools-missing-in-client).
  </Step>
</Steps>

## Try it out

After setup, ask Warp to do something with your connected apps:

* "Find my last 5 emails and summarize them"
* "What meetings do I have tomorrow?"
* "Create a task in \[app] to follow up with \[name]"
* "Send a Slack message to \[channel] about \[topic]"

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