MCP ServerHTTP

Zapier MCP Server

Zapier hosts a remote MCP at mcp.zapier.com (streamable HTTP under /api/mcp/v1) that exposes your Zaps, run history, and app connections to an AI model. Create an API key in your Zapier developer settings, add it in any MCP client, and you can list workflows, read errors, and trigger Zaps in natural language instead of the Zap editor alone.

Hosted URL

https://mcp.zapier.com/api/mcp/v1

Suggested model

GPT-4o mini

MCP Playground runs 30+ models on the same workflow: switch anytime, or use Compare mode to run several in parallel and balance quality vs. cost.

Auth

Zapier platform API key (Zapier → Developer → API keys) with the scopes your plan allows for listing and running Zaps.

What the Zapier MCP server does

How models use it and what it is built for.

The Zapier MCP is built for “agentic operations” on top of no-code automations. Models can list all Zaps in the account, filter by app or success state, read recent run logs, and in supported flows start a Zap with test payload data you approve. It inherits whatever apps your Zapier user can see and whatever plan limits you have (tasks per month, premium apps, etc.), so the same scoping you use in the dashboard applies. Pair it with Slack or Notion MCP when you need to correlate chat threads with the Zap that should fire.

Tools the Zapier MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • List and search Zaps (by name, app, or folder)
  • Fetch Zap run history and error messages for a workflow
  • Trigger a Zap (when the server exposes a trigger tool for your use case)
  • Inspect connected accounts and which apps are in use

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • List my Zaps and highlight any that failed in the last 24 hours.

  • Which Zaps use Slack, and which channel do they post to?

  • Summarise the last 10 run errors for my “New lead to CRM” Zap.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 30+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for Zapier

GPT-4o mini

GPT-4o mini (the Zapier template default) is a strong, fast fit for short automation triage. For complex multi-Zap plans use Claude Sonnet 4.5; compare in Agent Studio.

Try the Zapier MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 30+ models, and start chatting — no install required.

Try Zapier in Agent Studio

Zapier MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the Zapier MCP server?

It is a hosted remote MCP that Zapier provides so AI clients can discover your Zaps, read run history, and in supported configurations trigger or debug automations using the same account as the Zapier product UI, subject to your plan and app permissions.

How do I get a token for the Zapier MCP server?

Create an API or developer key in your Zapier account, scoped to the automation features you are comfortable an agent using. Pass it as a bearer or header value per your MCP client and Zapier’s current documentation for that endpoint.

Can an AI agent run any Zap with full production data?

Only if your key and Zaps allow it. Use a test Zap, a staging Zapier account, or a read-only first pass before enabling triggers that post to customers or move money. Review each proposed trigger before the client runs it in production.

Does Zapier MCP work with Claude, Cursor, or the browser?

Yes, any standard MCP over HTTP can connect, including MCP Playground in the browser. Use the official Agent Studio template so the base URL and transport are pre-configured, then add your key.

What model is best for Zapier debugging?

Start with a fast, cheap model for log and run summaries; step up to Claude Sonnet 4.5 when you need a multi-Zap root-cause plan. A/B the same error description in Compare mode in Agent Studio.

Other MCP servers

More on MCP Playground