$git clone https://github.com/zapier/zapier-mcpThe official home of the Zapier MCP plugin! ⚡
| 1 | # Zapier MCP Plugin Distribution |
| 2 | |
| 3 | The official home of the [Zapier MCP](https://docs.zapier.com/mcp/home) plugin! ⚡ |
| 4 | |
| 5 | Zapier MCP is a hosted server that connects your AI to 9,000+ apps. Send messages, pull data, trigger workflows. All in plain English. |
| 6 | |
| 7 | This plugin is 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. |
| 8 | |
| 9 | **Get started with the plugin** → [docs.zapier.com/mcp/clients](https://docs.zapier.com/mcp/clients) |
| 10 | |
| 11 | https://github.com/user-attachments/assets/8304058f-67da-40b9-bc4f-5095b2817d61 |
| 12 | |
| 13 | ## What's in this repo |
| 14 | |
| 15 | - **[`plugins/zapier/`](./plugins/zapier/)**: the plugin that onboards you to Zapier MCP and supercharges your experience |
| 16 | |
| 17 | ## Where to install this plugin |
| 18 | |
| 19 | This repo doesn't host its own marketplace — install the plugin through one of these: |
| 20 | |
| 21 | - [`zapier/marketplace`](https://github.com/zapier/marketplace): Zapier's marketplace for coding agents, covering this plugin plus every other Zapier plugin (Notion, Google Sheets, the SDK, and more) |
| 22 | - [`anthropics/claude-plugins-official`](https://github.com/anthropics/claude-plugins-official): Anthropic's curated Claude Code marketplace |
| 23 | - [`anthropics/knowledge-work-plugins`](https://github.com/anthropics/knowledge-work-plugins): Anthropic's Claude Cowork marketplace |
| 24 | - [`kirodotdev/powers`](https://github.com/kirodotdev/powers): Kiro's Powers catalog, browsable at [kiro.dev/powers](https://kiro.dev/powers) |
| 25 | - [`cursor/mcp-servers`](https://github.com/cursor/mcp-servers/tree/main/servers/zapier): Cursor's MCP server registry, surfaced at [cursor.com/marketplace/zapier](https://cursor.com/marketplace/zapier) |
| 26 | |
| 27 | All of these pull the plugin straight from [`plugins/zapier/`](./plugins/zapier/) in this repo, so they always stay in sync with it. |
| 28 | |
| 29 | Gemini CLI is the one exception — it installs directly from this repo's root, not through an external marketplace: |
| 30 | |
| 31 | ``` |
| 32 | gemini extensions install https://github.com/zapier/zapier-mcp |
| 33 | ``` |
| 34 | |
| 35 | Authenticate inside Gemini with `/mcp auth zapier`. The catalog entry is [`gemini-extension.json`](./gemini-extension.json) at the repo root, auto-indexed into the [Gemini CLI Extensions gallery](https://geminicli.com/extensions). |
| 36 | |
| 37 | ## For contributors |
| 38 | |
| 39 | - [AGENTS.md](./AGENTS.md): guide for AI agents working in this repo |
| 40 | - [CONTRIBUTING.md](./CONTRIBUTING.md): how to contribute |
| 41 | - **Per-client manifests**: [Claude Code](./plugins/zapier/.claude-plugin/plugin.json), [OpenAI Codex](./plugins/zapier/.codex-plugin/plugin.json), [Cursor](./plugins/zapier/.cursor-plugin/plugin.json), [GitHub Copilot CLI](./plugins/zapier/.github/plugin/plugin.json), and [Gemini CLI](./gemini-extension.json) |
| 42 | - [`llms.txt`](./llms.txt): LLM discovery index |
| 43 | |
| 44 | --- |
| 45 | |
| 46 | *Zapier MCP is part of the [Model Context Protocol](https://modelcontextprotocol.io/) ecosystem.* |