Zapier MCP Server

Productivityhttp-streamingssev1.0.0
Repository

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.

Connect

Add this configuration to .claude/mcp.json

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

Tools (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"
    }
  }
}

Resources

This server does not expose any resources.

Prompts

This server does not expose any prompts.

Server Information

Author
Zapier (@zapier)
Repository
https://github.com/zapier/zapier-mcp
License
MIT
Version
1.0.0
Stars
1,200
Last Updated
June 19, 2026
Zapier MCP Server - MCP Server | OpenModels