← Back to research
·10 min read·company

Zapier MCP

Zapier's hosted MCP product exposing 9,000+ apps and 30,000+ actions to any MCP client through a single managed endpoint — the largest tool catalog in the category, backed by a profitable automation incumbent.

Key takeaways

  • Exposes Zapier's 9,000+ apps and 30,000+ actions to AI agents via a hosted MCP endpoint with Zapier-managed authentication — the broadest catalog of any MCP integration platform
  • 195,000+ active MCP servers and 4.6M+ completed tool calls as of mid-2026, riding on credential infrastructure Zapier has operated for 13+ years
  • Included in every Zapier plan with no separate product — but each tool call burns two tasks from the plan quota, and connections use the account owner's credentials, not per-end-user auth

FAQ

What is Zapier MCP?

A hosted Model Context Protocol server from Zapier that gives AI agents and MCP clients (Claude, ChatGPT, Cursor, and others) authenticated access to 9,000+ apps and 30,000+ actions through a single endpoint, with Zapier managing credentials.

How much does Zapier MCP cost?

It is included in all Zapier plans rather than sold separately. Each successful MCP tool call consumes two tasks from the plan's task quota; the free plan's 100 tasks/month works out to roughly 50 tool calls.

Which AI clients work with Zapier MCP?

Claude and ChatGPT have guided first-party setup, and the endpoint works with Cursor and other MCP-compatible clients, plus the Anthropic API, OpenAI API, and Python/TypeScript SDKs.

How is Zapier MCP different from Composio?

Zapier MCP has the larger catalog and easiest no-code setup but authenticates as the account owner; Composio is agent-native, developer-focused infrastructure with per-user auth designed for embedding tools in your own product.

Executive Summary

Zapier MCP is Zapier's MCP product: a hosted Model Context Protocol endpoint that exposes the company's catalog of 9,000+ apps and 30,000+ pre-built actions to any MCP-compatible AI client, with authentication handled entirely by Zapier. [1] Users pick the actions an agent may perform in a guided dashboard — no terminal, no OAuth plumbing — and existing Zapier app connections import automatically, riding on credential infrastructure the company has operated for 13+ years. [1] [2] As of mid-2026 Zapier reports 195,000+ active MCP servers and 4.6M+ completed tool calls. [1]

The parent company is the category's outlier on stability: founded in 2011, Y Combinator S12, roughly $1.4M in total venture funding, profitable since 2014, and approximately $310M in revenue for 2024 at a $5B valuation set in a 2021 secondary. [3] [4] Zapier MCP is not a standalone product or a venture bet — it is included in every Zapier plan and metered against the same task quota as Zap workflows, at two tasks per tool call. [2] [5]

AttributeValue
CompanyZapier Inc.
Founded2011 (MCP product launched April 2025) [4] [2]
Funding~$1.4M raised; profitable since 2014; ~$310M revenue (2024) [3]
BatchY Combinator S12 [4]
Catalog9,000+ apps, 30,000+ actions [1]
Open SourceNo (hosted, closed)

Product Overview

Zapier MCP answers one question for agent builders and AI power users: how does an AI client get authenticated access to the long tail of SaaS tools without anyone building integrations? The answer is a single hosted MCP server per user, configured in Zapier's dashboard. You select a client (Claude and ChatGPT get guided setup), type app names, choose specific actions to expose, and optionally pin or constrain how the AI fills individual fields. [2] The endpoint then works with Cursor and other MCP-compatible clients, the Anthropic API, the OpenAI API, and Python/TypeScript SDKs — a separate SDK for code editors is free during its beta. [2] [1]

The pitch is breadth plus zero integration work: Gmail, Slack, Salesforce, Google Sheets, Asana, HubSpot, and thousands of smaller apps become callable tools, with keys encrypted and rotated by Zapier rather than pasted into agent configs. [1] [2]

Key Capabilities

CapabilityDescription
Hosted MCP serverOne managed endpoint per user exposing selected actions to any MCP client [1]
Catalog breadth9,000+ apps, 30,000+ pre-built actions — the largest in the category [1]
Managed authExisting Zapier app connections import automatically; keys encrypted and rotated [2]
Action-level scopingEnable only specific actions; configure how AI populates fields [2]
GovernanceSOC 2, audit logging, admin action restrictions, domain restrictions, AI Guardrails (PII and prompt-injection detection) [2]

Product Surfaces

SurfaceDescriptionAvailability
MCP server dashboardNo-code setup: pick client, pick tools, copy endpointAll Zapier plans [1]
AI client integrationsGuided setup for Claude and ChatGPT (Developer Mode)All plans [2]
SDKEmbed Zapier tools in code editors and custom agents (Python, TypeScript)Free during beta [2]

Technical Architecture

Zapier MCP is cloud-only: the MCP server runs on Zapier's infrastructure, and tool calls execute through the same action layer that powers Zaps. Authentication runs entirely through Zapier — the agent receives a server URL, never provider credentials. [2] Connections are the account owner's: an MCP server acts with whatever app access the Zapier account holds, which makes setup trivial for individuals and internal teams but means there is no native per-end-user credential model for embedding tools in a multi-tenant product. [2]

Actions are Zapier's curated abstractions over provider APIs rather than raw API passthrough — the same simplification that makes 30,000+ actions maintainable also bounds what an agent can do to what Zapier has modeled. [1]

Key Technical Details

AspectDetail
DeploymentCloud only (hosted MCP server); no self-hosting
Agent InterfaceHosted MCP endpoint + Python/TypeScript SDK [2]
Auth ModelZapier-managed, account-owner credentials; keys encrypted and rotated [2]
Integrations9,000+ apps, 30,000+ actions [1]
Open SourceNo

Strengths

  • Unmatched catalog breadth — 9,000+ apps and 30,000+ actions dwarf every competitor in the category; the long tail of SaaS is the whole point [1]
  • Thirteen years of auth infrastructure — credential storage, encryption, and rotation battle-tested across Zapier's automation business, with existing connections importing into MCP automatically [1] [2]
  • Zero-code setup — non-technical users configure an MCP server from a guided dashboard; first-party flows for Claude and ChatGPT [2]
  • Real adoption — 195,000+ active MCP servers and 4.6M+ tool calls as of mid-2026 [1]
  • No vendor-viability risk — profitable since 2014 with ~$310M revenue (2024) on ~$1.4M raised; this product will not disappear in a shutdown or acquihire [3]
  • Enterprise governance — SOC 2, audit logs, admin-restricted actions, and AI Guardrails for PII and prompt-injection detection [2]

Cautions

  • Account-owner auth only — servers act with the Zapier account's credentials; there is no per-end-user OAuth model, making it a poor fit for embedding authenticated tools in a multi-tenant SaaS product [2]
  • Two tasks per tool call — MCP calls are metered at double the rate of normal Zap tasks, so chatty agents drain task quotas quickly [2]
  • Pricing tied to the Zapier plan — there is no MCP-specific pricing; costs scale with whatever task tier the account holds, which was designed for workflows, not high-frequency agent loops [5] [6]
  • Closed and cloud-only — no source access, no self-hosting; every tool call routes through Zapier
  • Curated actions, not raw APIs — agents can only do what Zapier's action abstractions expose; deep or unusual API operations require going around the platform [1]
  • Add-on, not core business — Zapier's center of gravity remains workflow automation; MCP is one surface of a broad "AI orchestration" platform rather than a dedicated agent-infrastructure roadmap [5]

Pricing & Licensing

TierPriceIncludes
Free$0/month100 tasks/month shared across Zaps and MCP — roughly 50 MCP tool calls [6]
Paid plansTask-volume tiersHigher task quotas; MCP included on all plans alongside Zaps, Tables, and Forms [5]
SDK (beta)Free during betaEmbed Zapier tools in code editors and custom agents [2]

Licensing model: Proprietary hosted service; MCP is a feature of every Zapier subscription rather than a separately licensed product. [2]

Hidden costs: The two-tasks-per-call meter means an agent that makes 1,000 tool calls a month consumes 2,000 tasks — agent usage patterns can push accounts into higher task tiers far faster than workflow automation would. [2]


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
ComposioAgent-native, developer-first with per-user auth and sandboxed execution; Zapier MCP counters with a far larger catalog (9,000+ apps vs 1000+ toolkits) and no-code setup [1]
PipedreamDeveloper workflow platform with MCP servers and code-level control; Zapier MCP trades hackability for breadth and a non-technical setup path
NangoOpen source, self-hostable, per-connection credential scoping for embedded use; Zapier MCP is closed, hosted, and account-owner-scoped
Custom MCP serversFull control over one API; Zapier MCP eliminates integration work across thousands

When to Choose Zapier MCP Over Alternatives

  • Choose Zapier MCP when: you want your own AI assistant or internal agents acting across the broadest possible set of SaaS tools with zero integration work
  • Choose Zapier MCP when: the team is non-technical, or the company already runs on Zapier and connections exist
  • Choose Composio or Nango when: you are embedding authenticated tools in a product and need per-end-user credentials
  • Choose Pipedream when: developers want code-level control over tool behavior alongside a large catalog

Ideal Customer Profile

Best fit:

  • Individuals and teams connecting Claude, ChatGPT, or Cursor to their own SaaS stack without writing integrations [2]
  • Companies already paying for Zapier that want agent access layered onto existing app connections at no incremental platform cost [1]
  • Internal-agent builders who value catalog breadth and managed auth over API depth

Poor fit:

  • SaaS products that need agents acting on behalf of each end user with that user's credentials [2]
  • High-frequency agent workloads where two tasks per call makes task-tier pricing punitive [2]
  • Teams requiring self-hosting, source access, or raw API passthrough

Viability Assessment

DimensionAssessment
Financial HealthExceptional — profitable since 2014, ~$310M revenue (2024), ~$1.4M total raised [3]
Market PositionCategory catalog leader (9,000+ apps); MCP adoption of 195,000+ active servers [1]
Innovation PaceSteady — MCP launched April 2025, guide refreshed May 2026, SDK in beta; but one surface among many for Zapier [2]
Community/EcosystemMassive app-partner ecosystem; closed source, so no contributor community
Long-term OutlookVery safe vendor; product risk is strategic priority, not survival

Zapier MCP carries essentially zero vendor-mortality risk — the rarest trait in agent infrastructure. The open question is depth: whether a workflow-automation incumbent iterates on agent-specific needs (per-user auth, pricing built for tool-call volume) as fast as venture-backed agent-native rivals.


Bottom Line

Zapier MCP is the breadth play in MCP integration platforms: the largest tool catalog in the category (9,000+ apps, 30,000+ actions), Zapier-managed auth, and no-code setup, delivered by a long-profitable incumbent rather than a startup. [1] [3] Its account-owner credential model and two-tasks-per-call metering define its boundary — superb for giving your own agents access to your own tools, wrong for embedding per-user tool access in a product. [2]

Recommended for: Teams and individuals giving AI assistants or internal agents broad, authenticated SaaS access with zero integration work — especially existing Zapier customers.

Not recommended for: Product teams embedding per-end-user tool auth (see Composio or Nango) or high-volume agent loops sensitive to task metering.

Outlook: Durable by construction — Zapier's profitability removes vendor risk, and catalog breadth is a moat; expect agent-native rivals to compete on auth model and pricing rather than catalog size.


Research by Ry Walker Research • methodology