Mmcp.market

Zapier Discovery MCP server

by arose26·io.github.arose26/zapier-discovery-mcp·v0.1.0

Automation discovery: search Zapier's app directory and find popular Zap templates between apps.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
New

0 stars22 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • find_zap_templates

    What 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_apps

    Search 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

no findings
  • 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
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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-mcp

Claude 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 mock

License

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
Add to Cursor

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.

Alternatives to Zapier Discovery

Same job from other publishers: the closest match first, then the best rated.

All Zapier Discovery alternatives →
  • Tinysearch
    Fast discovery search and self-hosted web research for MCP agents.
    B
  • Find MCP - Agentage MCP Directory
    Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.
    A
  • Neuronto Agentic Resource Discovery (ARD) Index
    Neuronto Agentic Resource Discovery ARD Index. Search every ARD registry + 31,411 verified tools.
    B
  • mcp.film directory
    Search the curated directory of MCP servers for AI filmmaking and plan a full production stack.
    B

More from arose26