8,000+ app integrations, trigger Zaps, run actions across Gmail, Slack, Sheets, HubSpot via Zapier's official MCP
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"zapier-automation": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-zapier",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_available_actions tool to list all available actions across your connected zapier apps. each action represents something you can do in a connected service”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Official proxy MCP — 8,000+ app integrations, trigger Zaps, run actions across Gmail, Slack, Sheets, HubSpot via Zapier's official MCP
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-zapier
Zapier Automation is a proxy MCP server that forwards requests directly to the official Zapier MCP endpoint at https://mcp.zapier.com/mcp. All tools are maintained by Zapier — new integrations and actions are available immediately without any Aerostack update.
Type: Proxy (hosted by Zapier)
Auth: Bearer token via ZAPIER_MCP_API_KEY
Note: Each
run_actioncall counts as 2 Zapier tasks against your plan quota.
| Variable | Required | Description | How to Get |
|---|---|---|---|
ZAPIER_MCP_API_KEY | Yes | Zapier MCP API Key | zapier.com/mcp → Sign in → Connect apps → Copy the API key from setup page |
ZAPIER_MCP_API_KEY when prompted — stored encrypted, injected automaticallyOnce added, every AI agent in your workspace can trigger Zapier actions automatically.
"List all actions I can run in Zapier"
"Send an email via Gmail to john@example.com with subject 'Meeting Notes'"
"Add a row to my Google Sheet with today's sales numbers"
"Turn off the Slack notification Zap temporarily"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-zapier \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-ZAPIER-MCP-API-KEY: your-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_available_actions","arguments":{}}}'
MIT
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
List, trigger, and manage n8n workflows — execute automations, check execution status, and manage credentials from any agent.
by @aerostack
Trigger.dev background job platform — manage task runs, cancel or replay runs, and create cron schedules.
The Zapier Automation MCP gives Claude 5 tools covering available actions, zaps, actions. Claude can read, create, update, and manage Zapier Automation data directly from a conversation.
Yes. The Zapier Automation MCP includes tools to list and retrieve available actions from your Zapier Automation account. Claude can filter, sort, and summarize available actions based on your instructions.
Yes. The Zapier Automation MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 5 Zapier Automation tools are available everywhere you connect it — install once on Aerostack.
Yes. The Zapier Automation MCP includes run and trigger tools that let Claude execute Zapier Automation actions on demand. This is useful for automating repetitive Zapier Automation tasks directly from a Claude or Cursor session.