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. ⚡
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
安装
把 Zapier 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档16/25
- 维护22/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年7月29日 |
| 1.0.0 | 2026年7月28日 |
| 1.0.0-rc.1 | 2026年7月27日 |