Skip to content

EAIconsulting/zapier-mcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 8,000+ apps and 30,000+ actions—no complex API integrations required.

Zapier.MCP.in.Action.mp4

🚀 What is Zapier MCP?

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:

  • 💬 Send Slack messages and create channels
  • 📊 Add rows to Google Sheets and create spreadsheets
  • 📧 Send Gmail emails and manage labels
  • ✅ Create Asana tasks and update projects
  • 🐙 Create GitHub issues and manage PRs
  • 📈 Update HubSpot deals and manage contacts

All through natural language commands—just describe what you want done.

⚡ Key Features

  • 8,000+ App Connections - Access Zapier's massive library of pre-built integrations
  • 30,000+ Actions - Enable specific tasks and searches across apps
  • Natural Language - No complex commands needed
  • Secure by Default - Authentication, encryption, and rate limiting handled by Zapier
  • Multiple Client Support - Works with Claude, Cursor, Windsurf, and more

📚 Getting Started

🌟 For Everyone

Quick setup guides and user-friendly overview:

🏠 Zapier MCP → 🤖 Claude Skills →

👨‍💻 For Developers

Get technical documentation, API references, and integration guides:

📖 Developer Documentation → 🤖 Claude Skills →

🏗️ Repository Structure & Development

This repository is not explicitly our Zapier MCP server, but rather all accompanying docs associated with it and organized to maximize reusability and maintainability:

zapier-mcp/
├── skills/              # Source of truth for all skills
├── commands/            # Source of truth for all commands  
├── plugins/             # Plugin distributions (built from skills/commands)
├── Makefile             # Build system
└── BUILD.md             # Build system documentation

Quick Start for Developers

# Initial setup
./scripts/setup.sh

# Build all plugins
make build-all

# Build a specific plugin
make build PLUGIN=zapier-eng-plugin

Documentation:

🛟 Support

If you need assistance with Zapier MCP, please reach out here:

🆘 Zapier MCP Support →

Zapier MCP is part of the Model Context Protocol ecosystem

About

Connect your AI to thousands of apps with the Model Context Protocol.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 75.1%
  • Shell 24.9%