Описание
Zapier Dev — Model Context Protocol server
README
An MCP server for people who build Zapier integrations. Zapier MCP lets AI use Zapier apps — this server helps you ship one. Point Claude at your zapier-platform-cli project:
- "What's in this integration?" — triggers, creates, searches, auth, platform version, request hooks
- "Is it ready for app review?" — a lint pass encoding the things Zapier's review commonly bounces integrations for
- "Run the validator" — wraps your project's own
zapier validate
Quick start
Claude Code
claude mcp add zapier-dev -- npx -y zapier-dev-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"zapier-dev": {
"command": "npx",
"args": ["-y", "zapier-dev-mcp"]
}
}
}
Then: "Lint C:\code\my-zapier-app and walk me through fixing the errors."
Tools
| Tool | What it does |
|---|---|
inspect_integration |
Structured summary of the app definition |
lint_integration |
Review-readiness report: errors / warnings / info, each anchored to a component path |
generate_test_fixtures |
Ready-to-run bundle mocks (typed inputData, authData from your auth fields) plus an appTester test skeleton per component |
validate_integration |
Runs the project's own zapier validate (schema + style), with install guidance if the CLI is missing |
What the linter checks
- Missing
operation.sampleon visible actions — required for public apps, and the single most common review bounce - Dynamic dropdowns (
"trigger_key.id.label") referencing triggers that don't exist - Missing
display.label/display.description/noun; unlabeled input fields - Definition
versionvspackage.jsonversion mismatch;platformVersionvs thezapier-platform-coredependency - Auth without a
connectionLabel(users can't tell accounts apart) - Key/map-key mismatches and duplicate keys
hidden components skip the visibility checks. The linter complements zapier validate — schema validation catches malformed definitions; this catches reviewable-but-rough ones.
Notes
- Inspecting a project evaluates its entry module in a child process (with a timeout and output cap) — exactly what the Zapier CLI itself does. Only point it at projects you trust, i.e. your own.
- Computed input fields (functions) can't be linted statically; they're skipped, not flagged.
- Not affiliated with or endorsed by Zapier.
zapier-platform-cliis Zapier's open-source SDK.
Development
npm install
npm test # offline tests — synthetic projects written in-suite
npm run build # tsc → dist/
node scripts/smoke.mjs # end-to-end: generates a project, drives the server over stdio
Architecture: src/extract.ts (definition extraction via child process) and src/lint.ts (pure review checks) carry the logic; src/index.ts is the MCP wiring.
License
MIT
Установка Zapier Dev
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/arose26/zapier-dev-mcpFAQ
Zapier Dev MCP бесплатный?
Да, Zapier Dev MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Zapier Dev?
Нет, Zapier Dev работает без API-ключей и переменных окружения.
Zapier Dev — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Zapier Dev в Claude Desktop, Claude Code или Cursor?
Открой Zapier Dev на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Zapier Dev with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
