Back to Discover

marketplace

connector

zapier

Install Zapier in your coding agent via the Claude Code, Codex, and Copilot CLI marketplaces.

View on GitHub
12 starsMITSynced Aug 3, 2026

Install to Claude Code

/plugin marketplace add zapier/marketplace

README

Zapier Marketplace

Zapier's plugin marketplace for coding agents. One command to add, then install any of:

PluginTypeWhat it does
agent-skillsSkillsZapier-authored agentskills.io skills for compatible clients
dropboxMCP + skillDropbox files and folders — upload, share, search, and organize
google-adsMCP + skillGoogle Ads campaigns, budgets, and reporting
google-calendarMCP + skillEvents, calendars, and free/busy availability
google-contactsMCP + skillContacts and contact groups (labels)
google-docsMCP + skillCreate, read, and edit Google Docs
google-sheetsMCP + skillRead and write Google Sheets data, formatting, and structure
google-tasksMCP + skillTask lists and to-dos in Google Tasks
gtm-cheat-codesSkillsMarketing / sales / CS workflow recipes
mcpMCP serverHosted Zapier MCP — connect any agent to 9,000+ apps
microsoft-outlookMCP + skillOutlook mail, calendar, and contacts
notionMCP + skillIndependent Notion connector — search, read, and write pages
sdkSDKTypeScript helpers for building against Zapier
telegramMCP + skillTelegram bot — messages, media, and chats
trelloMCP + skillTrello boards, lists, and cards
wade-skillsSkillsWade Foster's (Zapier CEO) day-to-day agent skills
youtubeMCP + skillYouTube videos, playlists, and comments

Install

Claude Code

CLI (from your terminal, without opening a session):

# Add the marketplace once
claude plugin marketplace add zapier/marketplace

# Install whichever you want
claude plugin install notion@zapier
claude plugin install gtm-cheat-codes@zapier
claude plugin install mcp@zapier

# See what you've got
claude plugin list

In-session (slash commands inside an active Claude Code session):

# Add the marketplace once
/plugin marketplace add zapier/marketplace

# Install whichever you want
/plugin install notion@zapier
/plugin install gtm-cheat-codes@zapier
/plugin install mcp@zapier

Browse the full list interactively with /plugin → Discover.

Try it out — once a plugin is installed, ask Claude:

# Invoke the Notion plugin
claude "What do our Notion docs say about onboarding new engineers?"

# Invoke a GTM cheat code
claude "Draft a cold outreach email for our new pricing tier"

GitHub Copilot CLI

copilot plugin marketplace add zapier/marketplace
copilot plugin install mcp@zapier
copilot plugin install sdk@zapier
copilot plugin install wade-skills@zapier

mcp (Zapier MCP), sdk, and wade-skills are currently installable via Copilot CLI. Other plugins will be added as their home repos ship .github/plugin/plugin.json.

OpenAI Codex

codex plugin marketplace add zapier/marketplace
codex plugin add zapier@zapier
codex plugin add sdk@zapier
codex plugin add wade-skills@zapier

Or open the in-CLI picker with /plugins and toggle plugins on.

zapier (Zapier MCP), sdk, and wade-skills are currently installable via Codex. Other plugins will be added as their home repos ship .codex-plugin/plugin.json.

Contributing

See CONTRIBUTING.md. The three manifest files (Claude Code + Copilot + Codex) live under .claude-plugin/, .github/plugin/, and .agents/plugins/ — the schemas that validate each are in schemas/.

Trust

Plugins run in the same environment as the agent that loads them. The plugins listed here are Zapier-maintained; their source is auditable in each linked home repo.

License

MIT. Individual plugins carry their own license from their home repos.

Rendered live from zapier/marketplace's GitHub README — not stored, always reflects the source repo.

18 Plugins

NameDescriptionCategorySource
agent-skillsZapier-authored agentskills.io skills — reusable, agent-callable recipes bundled for Claude Code and compatible clients.productivityzapier/agent-skills
dropboxAgent-callable Dropbox tools — upload, organize, find, and share files and folders. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-adsAgent-callable Google Ads tools — search campaigns, ad groups, and ads via GAQL, build performance reports, manage campaign status and budgets, and set up conversion tracking. Runs as an MCP server or as an agentskills.io skill.marketinghttps://github.com/zapier/connectors.git
google-calendarAgent-callable Google Calendar tools — create, update, move, search, and delete events, manage calendars, check free/busy availability, resolve event colors, and manage calendar sharing. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-contactsAgent-callable Google Contacts tools — create, find, update, and delete contacts, manage contact groups (labels) and membership, and read auto-saved other contacts. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-docsAgent-callable Google Docs tools — create, read, export, and find documents; edit text, formatting, images, and page style. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-sheetsAgent-callable Google Sheets tools — read and write spreadsheet data as rows or raw cells, manage worksheets and columns, and apply formatting, sorting, and validation. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-sheets-plgPilot of the nested plugins/ connector layout for Google Sheets — read and write spreadsheet data as rows or raw cells, manage worksheets and columns, and apply formatting, sorting, and validation. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
google-tasksAgent-callable Google Tasks tools — create, list, update, complete, move, and delete tasks and task lists. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
gtm-cheat-codesGo-to-market skills for marketing, sales, and customer-success workflows — a curated set of Zapier-authored recipes agents can dispatch on demand.productivityzapier/gtm-cheat-codes
mcpHosted Zapier MCP server — connect any agent to 9,000+ apps.productivityhttps://github.com/zapier/zapier-mcp.git
microsoft-outlookAgent-callable Microsoft Outlook tools — read and search mail, send/reply/forward, organize messages and folders, manage calendar events, and manage contacts. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
notionAgent-callable Notion tools for searching pages and databases, reading and creating pages, querying data sources, appending content, and managing schemas. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
sdkTypeScript SDK for building against Zapier — helpers, types, and skills for integration authors. Not an MCP server.developer-toolszapier/sdk
telegramAgent-callable Telegram bot tools — send messages, media, locations, contacts, and polls; edit, delete, forward, copy, and pin messages; resolve chats, members, and files. Runs as an MCP server or as an agentskills.io skill.communicationhttps://github.com/zapier/connectors.git
trelloAgent-callable Trello tools — create and update cards, manage boards, lists, labels, checklists, and search. Runs as an MCP server or as an agentskills.io skill.productivityhttps://github.com/zapier/connectors.git
wade-skillsAgent skills Wade Foster (Co-Founder & CEO, Zapier) uses day-to-day — War Council, Meeting Follow-Up Pipeline, and Exec Weekly Agenda Generator.productivityzapier/wade-skills
youtubeAgent-callable YouTube tools — search and read videos, update and delete videos, manage playlists and playlist items, read and post comments, rate videos, manage subscriptions, and read channel and caption metadata. Runs as an MCP server or as an agentskills.io skill.mediahttps://github.com/zapier/connectors.git

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.