Zapier MCP Server

Productivityhttp-streamingssev1.0.0
代码仓库

Official Zapier MCP server that exposes thousands of app integrations and Zap actions to AI agents through a single remote endpoint. Lets agents trigger automations and perform actions across apps like Gmail, Slack, Google Sheets, and Salesforce without building custom integrations, with per-action scoping configured in the Zapier dashboard.

连接

将此配置添加到 .claude/mcp.json

传输方式:
{
  "mcpServers": {
    "zapier": {
      "url": "https://github.com/zapier/zapier-mcp",
      "env": {
        "ZAPIER_MCP_URL": "<YOUR_ZAPIER_MCP_URL>"
      }
    }
  }
}

工具 (2)

list_actions

List the Zapier actions that have been enabled for this MCP endpoint.

{
  "type": "object",
  "properties": {}
}

run_action

Execute a configured Zapier action with the provided input fields.

{
  "type": "object",
  "required": [
    "action_id",
    "inputs"
  ],
  "properties": {
    "inputs": {
      "type": "object",
      "description": "Input field values required by the action"
    },
    "action_id": {
      "type": "string",
      "description": "Identifier of the enabled Zapier action"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Zapier (@zapier)
代码仓库
https://github.com/zapier/zapier-mcp
许可证
MIT
版本
1.0.0
星标
1,200
最后更新
2026年6月19日