For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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:
zapier validateClaude Code
Claude Desktop β add to claude_desktop_config.json:
Then: "Lint C:\code\my-zapier-app and walk me through fixing the errors."
| 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 |
operation.sample on visible actions β required for public apps, and the single most common review bounce"trigger_key.id.label") referencing triggers that don't existdisplay.label / display.description / noun; unlabeled input fieldsversion vs package.json version mismatch; platformVersion vs the zapier-platform-core dependencyconnectionLabel (users can't tell accounts apart)hidden components skip the visibility checks. The linter complements zapier validate β schema validation catches malformed definitions; this catches reviewable-but-rough ones.
zapier-platform-cli is Zapier's open-source SDK.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.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/zapier-dev-mcp)<a href="https://allmcps.com/mcp/zapier-dev-mcp"><img src="https://allmcps.com/api/badge/zapier-dev-mcp?style=directory" alt="Zapier Dev MCP on AllMCPs" /></a>