Community MCP server for Zapier automation platform. Agents can trigger automated workflows (Zaps), manage existing automations, query workflow history, and leverage Zapier's natural language actions to interact with thousands of connected apps. Provides an incredible force multiplier — one MCP server that can bridge to 6,000+ app integrations.
npx -y zapier-mcp
{
"mcpServers": {
"zapier": {
"env": {
"ZAPIER_API_KEY": "your-api-key"
},
"args": [
"-y",
"zapier-mcp"
],
"command": "npx"
}
}
}Trigger a Zapier webhook
{
"type": "object",
"required": [
"webhook_url",
"data"
],
"properties": {
"data": {
"type": "object"
},
"webhook_url": {
"type": "string"
}
}
}// Input
{
"data": {
"event": "new_order"
},
"webhook_url": "https://hooks.zapier.com/abc"
}// Output
{
"status": "success"
}Community MCP server for Zapier automation platform. Agents can trigger automated workflows (Zaps), manage existing automations, query workflow history, and leverage Zapier's natural language actions to interact with thousands of connected apps. Provides an incredible force multiplier — one MCP server that can bridge to 6,000+ app integrations.
Zapier provides 1 tools including trigger_zap.
Zapier offers a free tier with 100 calls per month. For higher usage, paid plans start at €0/month.
You can install Zapier using the following command: npx -y zapier-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Zapier is listed under the Productivity category in the AgentForge MCP registry.
Zapier has a current uptime of 99.78% with an average response time of 450ms.
To connect Zapier, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Zapier's tools via the Model Context Protocol.