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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
Taşıma:
{
"mcpServers": {
"zapier": {
"url": "https://github.com/zapier/zapier-mcp",
"env": {
"ZAPIER_MCP_URL": "<YOUR_ZAPIER_MCP_URL>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- Zapier (@zapier)
- Repository
- https://github.com/zapier/zapier-mcp
- Lisans
- MIT
- Sürüm
- 1.0.0
- Yıldızlar
- 1,200
- Son güncelleme
- 19 Haziran 2026