Zapier Discovery MCP server
Automation discovery: search Zapier's app directory and find popular Zap templates between apps.
0 stars22 downloads/wk
Reviews
Write oneNobody has reviewed Zapier Discovery yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Zapier Discovery tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
find_zap_templatesWhat do people actually automate with these apps? Returns popular, ready-made Zap templates (by app slug from search_apps — one app or a pair like ['slack','notion']), each with a step chain and a one-click create link.
search_appsSearch Zapier's directory of 9,000+ integrated apps by name. Without a query, returns the most popular apps. Use the returned slugs with find_zap_templates.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 39 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Zapier Discovery repository's README, as published. We do not edit it. Read it on GitHub
zapier-discovery-mcp
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-mcpClaude Desktop — add to claudedesktopconfig.json:
{
"mcpServers": {
"zapier-discovery": {
"command": "npx",
"args": ["-y", "zapier-discovery-mcp"],
"env": { "ZAPIER_CLIENT_ID": "your_client_id" }
}
}
}Optional: ZAPIERAPIBASE overrides the API host (testing, proxies).
Tools
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 ZAPIERAPIBASE — full end-to-end over stdio with zero secrets. Missing ZAPIERCLIENTID produces 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 mockLicense
MIT
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y zapier-discovery-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add zapier-discovery-mcp -- npx -y zapier-discovery-mcp
Zapier Discovery: common questions
- Is Zapier Discovery MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Zapier Discovery safety report
- How do I install Zapier Discovery?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Zapier Discovery need an API key?
- No secret keys are declared. It reads 1 setting from the environment.
- Is Zapier Discovery maintained?
- The last commit was 40 days ago (2026-08-15). The latest release is v0.1.0.
- What can I use instead of Zapier Discovery?
- Servers from other publishers that do the same job: Tinysearch MCP server, Find MCP - Agentage MCP Directory MCP server and Neuronto Agentic Resource Discovery (ARD) Index MCP server. Compare all Zapier Discovery alternatives.
Alternatives to Zapier Discovery
Same job from other publishers: the closest match first, then the best rated.
- TinysearchFast discovery search and self-hosted web research for MCP agents.not reviewedEstablishedB
- Find MCP - Agentage MCP DirectorySearch the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.not reviewedGrowingA
- Neuronto Agentic Resource Discovery (ARD) IndexNeuronto Agentic Resource Discovery ARD Index. Search every ARD registry + 31,411 verified tools.not reviewedGrowingB
- mcp.film directorySearch the curated directory of MCP servers for AI filmmaking and plan a full production stack.not reviewedGrowingB