The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Zapier Discovery MCP listing page.
An MCP server for automation discovery. Zapier MCP executes automations — this server answers the question that comes first: what could I automate?
Sibling project: zapier-dev-mcp for building Zapier integrations.
You need a Zapier Partner API client_id — free with any Zapier integration, and not a secret (it ships in client-side embed code). See the Partner API docs for where to find yours.
Claude Code
Claude Desktop — add to claude_desktop_config.json:
Optional: ZAPIER_API_BASE overrides the API host (testing, proxies).
| Tool | What it does |
|---|---|
search_apps | Search the app directory by name; popularity-ordered without a query. Returns slugs for the next step. |
find_zap_templates | Popular ready-made Zap templates for one app or a pair — title, step chain (Slack → Notion), description, one-click create URL |
ZAPIER_API_BASE — full end-to-end over stdio with zero secrets. Missing ZAPIER_CLIENT_ID produces setup instructions as a tool error, not a crash.Not affiliated with or endorsed by Zapier.
MIT