Does Zapier have an MCP server?
Zapier maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.zapier.com
- Repository
- zapier/zapier-mcp
- Maintainer
- Zapier
- License
- MIT
- Stars
- 375
- Last commit
- 13d ago
- Category
- Other Tools and Integrations
Official plugin distribution for the hosted Zapier MCP server. Install it in your AI client and connect to thousands of apps.
Project site: docs.zapier.com
A remote server run by Zapier itself — nothing to install. Documented at zapier.com.
Official plugin distribution for the hosted Zapier MCP server. Install it in your AI client and connect to thousands of apps.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http zapier https://mcp.zapier.comAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.zapier.com - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"zapier": {
"url": "https://mcp.zapier.com"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"zapier": {
"type": "http",
"url": "https://mcp.zapier.com"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.zapier.com - Complete sign-in, then enable the connector in a new chat
Does Zapier have an official MCP server?
Yes. Zapier maintains an official MCP server, hosted at https://mcp.zapier.com. The source lives at zapier/zapier-mcp on GitHub.
How do I connect Zapier to Claude?
Add https://mcp.zapier.com as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http zapier https://mcp.zapier.com" in Claude Code.
Do I need to install anything to use the Zapier MCP server?
No. It is a remote server hosted by Zapier, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official hosted MCP server at mcp.zapier.com (endpoint live, auth-gated; documented at zapier.com/mcp) alongside the zapier/zapier-mcp repo. GitHub metadata is refreshed every six hours.
Official hosted MCP server at mcp.zapier.com (endpoint live, auth-gated; documented at zapier.com/mcp) alongside the zapier/zapier-mcp repo.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.