streamable-httpMITupdated 1mo ago
Zapier MCP gives any MCP-compatible AI client governed access to 9,000+ apps — send messages, pull data, trigger workflows, all in plain English. No code, no infrastructure, SOC 2 Type II certified. ⚡
O que dá para fazer com Zapier?

Zapier MCP Plugin Distribution
Zapier MCP gives any MCP-compatible AI client governed access to 9,000+ apps — send messages, pull data, trigger workflows, all in plain English. No code, no infrastructure, SOC 2 Type II certified. ⚡
This repo distributes the Zapier MCP plugin — the part that lives in your AI client. Install it from your client's marketplace and your assistant arrives knowing how to use Zapier well, with guided onboarding, a quick demo, and skills tailored to your role.

What's in this repo
plugins/zapier/: the plugin that onboards you to Zapier MCP and supercharges your experience
Getting started
Connecting Zapier MCP to your AI client only takes a server URL — see docs.zapier.com/mcp/clients for step-by-step instructions for every supported client.
A few clients also install the plugin distributed from this repo, which layers guided onboarding, a first-use demo, and role-tailored skills on top of that base connection:
- Claude Code: add
zapier/marketplaceoranthropics/claude-plugins-official - Cursor: use the badge above, or add
cursor/mcp-servers - OpenAI Codex and GitHub Copilot CLI: add
zapier/marketplace - Claude Cowork: add
anthropics/knowledge-work-plugins - Kiro: via kiro.dev/powers
- Gemini CLI:
gemini extensions install https://github.com/zapier/zapier-mcp, then/mcp auth zapier— seegemini-extension.json
VS Code connects directly to the hosted MCP server rather than through a plugin — use the badge above, or add https://mcp.zapier.com/api/v1/connect (type: http) manually.
Third-party registries
Zapier MCP is also listed on:
For contributors
- AGENTS.md: guide for AI agents working in this repo
- CONTRIBUTING.md: how to contribute
- llms.txt: LLM discovery index
Instalação
Adicione Zapier ao seu cliente. Escolha o que você usa.
claude mcp add --transport http zapier https://mcp.zapier.com/api/v1/connectcodex mcp add zapier --url https://mcp.zapier.com/api/v1/connect{
"mcpServers": {
"zapier": {
"url": "https://mcp.zapier.com/api/v1/connect"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"zapier": {
"type": "http",
"url": "https://mcp.zapier.com/api/v1/connect"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"zapier": {
"url": "https://mcp.zapier.com/api/v1/connect"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zapier": {
"serverUrl": "https://mcp.zapier.com/api/v1/connect"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação16/25
- Manutenção22/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 29 de jul. de 2026 |
| 1.0.0 | 28 de jul. de 2026 |
| 1.0.0-rc.1 | 27 de jul. de 2026 |