Skip to main content
Zapier MCP connects to VS Code as an MCP server. Install it in one click, or add the Zapier connect URL to your configuration manually.

Before you begin

  • A Zapier account.
  • VS Code with MCP support (GitHub Copilot in Agent mode).

Install in one click

https://mintcdn.com/zapier-82f0e938/z_YDPUudd6TbT1X0/images/logos/clients/vscode.svg?fit=max&auto=format&n=z_YDPUudd6TbT1X0&q=85&s=534b0b7e7cb80bb0b319b38ceee94ecd

Add to VS Code

Open VS Code and add the Zapier MCP server automatically.

Configure manually

1

Open your MCP config

Open the command palette (Cmd+Shift+P) and run MCP: Open User Configuration.
2

Add the Zapier server

Add the following to your settings:
{
  "servers": {
    "Zapier": {
      "url": "https://mcp.zapier.com/api/v1/connect"
    }
  }
}
When prompted, authenticate with your Zapier account.
3

Verify the connection

In VS Code, open a new Copilot chat in Agent mode and ask:
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.

Next steps

Your first MCP workflow

Run the onboarding Skill and make your first tool call.

How tools work

Learn how dynamic tool discovery works and what the meta-tools do.