Odel
zapier dev mcp

zapier dev mcp

Local
@arose26TypeScriptMITUpdated 3w ago

For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzapier-dev-mcpv0.2.0

Run

npx -y zapier-dev-mcp

MCP client config

{
  "mcpServers": {
    "zapier-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zapier-dev-mcp"
      ]
    }
  }
}