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.
Conectar
Añade esta configuración a .claude/mcp.json
Transporte:
{
"mcpServers": {
"zapier": {
"url": "https://github.com/zapier/zapier-mcp",
"env": {
"ZAPIER_MCP_URL": "<YOUR_ZAPIER_MCP_URL>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Autor
- Zapier (@zapier)
- Repositorio
- https://github.com/zapier/zapier-mcp
- Licencia
- MIT
- Versión
- 1.0.0
- Estrellas
- 1,200
- Última actualización
- 19 de junio de 2026