Zapier Discovery
FreeNot checkedMCP server for automation discovery, enabling users to search Zapier's app directory for integrations and find popular ready-made Zap templates with one-click c
About
MCP server for automation discovery, enabling users to search Zapier's app directory for integrations and find popular ready-made Zap templates with one-click create links.
README
An MCP server for automation discovery. Zapier MCP executes automations — this server answers the question that comes first: what could I automate?
- "What do people automate between Slack and Notion?" — real, popular Zap templates, each with a one-click create link
- "Is there a Zapier integration for this tool?" — search the 9,000+ app directory
- "Give me automation ideas for my CRM" — templates ranked by actual usage, not hallucinated
Sibling project: zapier-dev-mcp for building Zapier integrations.
Setup
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 mcp add zapier-discovery --env ZAPIER_CLIENT_ID=your_client_id -- npx -y zapier-discovery-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"zapier-discovery": {
"command": "npx",
"args": ["-y", "zapier-discovery-mcp"],
"env": { "ZAPIER_CLIENT_ID": "your_client_id" }
}
}
}
Optional: ZAPIER_API_BASE overrides the API host (testing, proxies).
Tools
| 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 |
Design notes
- Defensive parsing. Partner API responses are only partially documented; the client whitelists fields and handles both bare-array and enveloped responses rather than assuming shapes.
- Testable without credentials. The smoke test runs a local HTTP mock of the Partner API and points the server at it via
ZAPIER_API_BASE— full end-to-end over stdio with zero secrets. MissingZAPIER_CLIENT_IDproduces setup instructions as a tool error, not a crash. - HTML in titles/descriptions is stripped and truncated before it reaches the model.
Not affiliated with or endorsed by Zapier.
Development
npm install
npm test # offline unit tests (mocked fetch)
npm run build # tsc → dist/
node scripts/smoke.mjs # end-to-end against a local Partner API mock
License
MIT
Installing Zapier Discovery
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/arose26/zapier-discovery-mcpFAQ
Is Zapier Discovery MCP free?
Yes, Zapier Discovery MCP is free — one-click install via Unyly at no cost.
Does Zapier Discovery need an API key?
Yes, it requires environment variables: ZAPIER_CLIENT_ID. Unyly injects them into the config during install.
Is Zapier Discovery hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Zapier Discovery in Claude Desktop, Claude Code or Cursor?
Open Zapier Discovery on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Zapier Discovery with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
