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

> Add Zapier MCP to Zed as a remote MCP server and authenticate over OAuth.

Zapier MCP connects to Zed as a remote MCP server. Add the Zapier connect URL from your MCP server settings and authenticate with your Zapier account.

## Before you begin

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

## Connect Zapier MCP to Zed

<Steps>
  <Step title="Open MCP server settings">
    In Zed, open your MCP server settings.
  </Step>

  <Step title="Add a remote server">
    Click **Add server**, then **Add Remote Server**, and enter the following values:

    * *Server name:* `zapier`
    * *URL:* `https://mcp.zapier.com/api/v1/connect`

    Leave *Headers*, *Timeout*, and *OAuth Client ID* blank.
  </Step>

  <Step title="Authenticate">
    Save the server and authenticate with your Zapier account when prompted.
  </Step>

  <Step title="Verify the connection">
    In Zed, open the Agent panel and ask:

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

    Your agent lists the Zapier tools available to it. If nothing appears, check [Troubleshoot](/mcp/troubleshoot/tools-missing-in-client).
  </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>
