Prerequisites

Configuring Zapier MCP in Claude Code

# Install the latest version of Claude Code
npm install -g @anthropic-ai/claude-code

# Adding our streamable HTTP server
claude mcp add --transport http zapier https://mcp.zapier.com/api/mcp/a/[SECRET]/mcp

# Move to your desired directory and run Claude Code
cd ../../..

claude

# Once Claude Code boots up, run the MCP command and hit [ENTER] and it'll launch a browser to authenticate you into your Zapier account
/mcp

Integration URL

To get your personal Integration URL, go to your “Claude Code MCP Server” on mcp.zapier.com, navigate to the “Connect” tab, and click “Copy URL”.

Using Zapier MCP in Claude Code

  1. Start a new Claude Code instantance claude
  2. Ask Claude to use your tools!

Troubleshooting

If you’re having any difficulties, first try removing the server and readding it.

# Remove a server
claude mcp remove zapier

# Adding our streamable HTTP server back
claude mcp add --transport http zapier https://mcp.zapier.com/api/mcp/a/[SECRET]/mcp