Zapier
Actions across 8,000+ apps
About Zapier
Zapier is an automation platform connecting more than 8,000 apps. Its remote MCP server lets assistants search knowledge across connected tools and execute real-world actions — creating records, sending messages, running workflows — through one integration.
Connection details
https://mcp.zapier.com/api/v1/connect- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add zapier --transport http https://mcp.zapier.com/api/v1/connectFrequently asked questions
What is the Zapier remote MCP server?
The Zapier remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.zapier.com/api/v1/connect, so AI assistants can connect to it without installing or running anything locally. Zapier is an automation platform connecting more than 8,000 apps. Its remote MCP server lets assistants search knowledge across connected tools and execute real-world actions — creating records, sending messages, running workflows — through one integration.
How do I connect to the Zapier MCP server?
Add the endpoint https://mcp.zapier.com/api/v1/connect to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Zapier MCP server require authentication?
Yes. Zapier uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Zapier MCP server use?
Zapier exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.