> ## 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 Microsoft Copilot Studio to Zapier MCP

> Add Zapier MCP to a Microsoft Copilot Studio agent as an MCP tool.

Zapier MCP connects to Microsoft Copilot Studio as an MCP tool. Add it to your agent with the Zapier connect URL and complete the connection.

## Before you begin

* A [Zapier account](https://zapier.com/sign-up).
* Access to Microsoft Copilot Studio.

## Connect Zapier MCP to Copilot Studio

<Steps>
  <Step title="Add an MCP tool">
    In Copilot Studio, open your agent and go to **Tools** → **Add Tool** → **New Tool** → **MCP**.
  </Step>

  <Step title="Enter the server URL">
    Enter the server URL below:

    ```text theme={null}
    https://mcp.zapier.com/api/v1/connect
    ```
  </Step>

  <Step title="Complete the connection">
    Complete the connection setup and authenticate with your Zapier account.

    <Note>
      Zapier MCP uses Streamable HTTP transport. SSE is no longer supported.
    </Note>
  </Step>

  <Step title="Verify the connection">
    In Copilot Studio, ask your agent:

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