by zapier
Connect your AI to thousands of apps with the Model Context Protocol.
# Add to your Claude Code skills
git clone https://github.com/zapier/zapier-mcpGuides for using mcp servers skills like zapier-mcp.
Connect your AI to thousands of apps with the Model Context Protocol
Transform your AI assistant from a conversational tool into a functional extension of your applications. Zapier MCP is a remote MCP server that gives your AI direct access to 9,000+ apps and 40,000+ actions—no complex API integrations required.
https://github.com/user-attachments/assets/8304058f-67da-40b9-bc4f-5095b2817d61
Zapier MCP is a standardized way to connect AI assistants to thousands of apps and services. It enables your AI to take real actions like:
All through natural language commands—just describe what you want done.
1. Generate your credentials
Visit to set up your server. Two auth options are available:
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
https://mcp.zapier.com/api/v1/connect2. Connect your MCP client
Point your AI client at your Zapier MCP server URL. See client-specific setup guides at mcp.zapier.com.
3. Add actions to your server
Visit mcp.zapier.com to browse and enable specific actions. Each action you add becomes a callable tool in your AI client.
Zapier MCP servers operate in one of two modes. Your server's mode determines which built-in tools are available.
The Agentic configuration is currently in Beta and being rolled out to all users. Agentic servers provide 14 static meta-tools for managing and executing actions entirely within the chat experience:
| Tool | Category | Description |
|------|----------|-------------|
| list_enabled_zapier_actions | Action Management | See all your currently enabled actions |
| discover_zapier_actions | Action Management | Search for apps and actions available to add |
| enable_zapier_action | Action Management | Enable a specific action as a tool |
| disable_zapier_action | Action Management | Disable an action you no longer need |
| auto_provision_mcp | Action Management | Auto-setup tools from your existing Zapier connections |
| execute_zapier_read_action | Execution | Run a read/search action (e.g., find an email, look up a contact) |
| execute_zapier_write_action | Execution | Run a write action (e.g., send a message, create a task) |
| get_configuration_url | Configuration | Get the URL to your Zapier MCP config page |
| list_zapier_skills | Skills | List saved Zapier skills/workflows |
| get_zapier_skill | Skills | Retrieve a specific skill |
| create_zapier_skill | Skills | Create a new skill |
| update_zapier_skill | Skills | Update an existing skill |
| delete_zapier_skill | Skills | Delete a skill |
| send_feedback | Feedback | Send feedback to Zapier |
Classic servers expose one built-in tool alongside your configured action tools:
| Tool | Description |
|------|-------------|
| get_configuration_url | Returns the URL to add/edit/remove actions from this server |
Actions are managed and executed directly in chat. Use discover_zapier_actions to find available apps, enable_zapier_action to add one, and execute_zapier_read_action / execute_zapier_write_action to run it. Your AI can also call list_enabled_zapier_actions at any time to see what's currently available.
When you add an action at mcp.zapier.com, it gets exposed as a dedicated tool on your MCP server. Your AI can then call it directly.
Example: Enable the "Gmail - Send Email" action, and your AI gains a gmail_send_email tool it can invoke with the right parameters (to, subject, body) whenever you ask it to send an email.
The more actions you enable, the more capable your AI becomes. You can build a focused server with just a handful of tools, or a broad one that spans your entire stack.
This repo also hosts official Zapier plugins for AI workflows. Each plugin is a standalone directory under plugins/ with its own manifest.
| Plugin | Category | Description | |--------|----------|-------------| | Zapier | Productivity | Connect 9,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client. Includes onboarding skills, status tools, and safety rules. |
Zapier MCP is part of the Model Context Protocol ecosystem