zapier

claude-plugins-official

productivityClaude Codeby anthropics

Summary

Connect 8,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.

Install to Claude Code

/plugin install zapier@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

Zapier MCP Server Plugin

> Official plugin distribution for Zapier MCP. Install the plugin in your AI client and your agent gains access to 9,000+ apps and 40,000+ actions via Zapier's hosted Model Context Protocol server.

The hosted server lives at mcp.zapier.com/api/v1/connect and is closed source. This repo is the discovery and installation surface: plugin manifests, onboarding skills, and lifecycle rules that help your AI client use the server correctly from the first call.

About Zapier MCP

Zapier MCP is a hosted Model Context Protocol server that connects AI assistants to 9,000+ apps. Servers run in one of two modes:

  • Agentic — Action discovery and execution are managed in chat through built-in meta-tools.
  • Classic — Each enabled action is exposed as a dedicated tool named app_action_name.

The plugin in this repo detects which mode you're on and routes accordingly. For the full mode-specific built-in tool reference and product overview, see docs.zapier.com/mcp/home.

https://github.com/user-attachments/assets/8304058f-67da-40b9-bc4f-5095b2817d61

What's in this repo

  • Per-client plugin manifests for Claude Code, Cursor, and GitHub Copilot CLI, under plugins/zapier/. Installing the plugin also registers the hosted MCP server with your client — that's why zapier shows up under /mcp after install, via .mcp.json.
  • A Kiro Power bundle under zapier-power/POWER.md manifest, scoped mcp.json, and steering/ files for Kiro.dev consumption
  • An MCP Registry manifest at server.json so the hosted server is discoverable in the official MCP Registry
  • Onboarding skills for auth, action selection, and health checks (skills/)
  • Lifecycle rules covering server-mode detection and the read/write safety model (zapier-lifecycle.mdc)
  • Brand assets (assets/)

What's not here:

For a routing guide to specific skills, rules, and manifests, see AGENTS.md.

Install

Claude Code

If you've already added Anthropic's official Claude Code plugin marketplace (anthropics/claude-plugins-official), install directly:

/plugin install zapier@claude-plugins-official

Otherwise, add this repo as the marketplace first:

/plugin marketplace add zapier/zapier-mcp
/plugin install zapier@zapier-plugins

Cursor

Open cursor.com/marketplace/zapier and click Install.

GitHub Copilot CLI

copilot plugin marketplace add zapier/zapier-mcp
copilot plugin install zapier@zapier-plugins

Kiro

Browse to kiro.dev/powers, find Zapier, and click Add to Kiro. Powers register through the IDE — no command-line setup. The catalog entry is mirrored at kirodotdev/powers.

Any other MCP-compatible client

Add to your client's MCP config:

{
  "mcpServers": {
    "zapier": {
      "type": "http",
      "url": "https://mcp.zapier.com/api/v1/connect"
    }
  }
}

Then sign in at mcp.zapier.com when prompted.

After install

1. Enable actions at mcp.zapier.com — each enabled action becomes a tool your AI can call. 2. Trust but verify writes. The lifecycle rules require explicit user confirmation before any write action runs. Read actions don't need confirmation. 3. Run a health check. Ask your agent to "check Zapier status" to invoke the zapier-status skill and see what's configured.

Downstream marketplaces

This repo is the source of truth for the plugin. It's also vendored or mirrored into the following marketplaces:

Documentation & support

---

Zapier MCP is part of the Model Context Protocol ecosystem.

Related plugins

Browse all →

airtable

claude-plugins-official

Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.

Open plugin →

airwallex-agentos

claude-plugins-official

Bring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers from invoices, and check current cash position across currencies. AgentOS bundles pre-built finance Skills with MCP servers. A public CLI connects your agent to Airwallex's capabilities.

Open plugin →

apollo

claude-plugins-official

Prospect, enrich leads, load outreach sequences, and query sales analytics with Apollo.io — one-click MCP server integration for Claude Code and Cowork.

Open plugin →

asana

claude-plugins-official

Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.

Open plugin →

atlassian

claude-plugins-official

Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.

Open plugin →

box

claude-plugins-official

Work with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents, and extract data without leaving your workflow.

Open plugin →