MCP Directory

Zapier MCP Server (Remote)

Official

Remote MCP bridging assistants to Slack, Gmail, Teams and thousands of comms apps

Verified
HTTP (remote)
API key
Stale
Hosted

Add to your client

Copy the config for your MCP client and paste it into its config file.

Install / run
Generate your personal Zapier MCP server URL at https://mcp.zapier.com and add it as a remote HTTP MCP endpoint

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zapier-mcp-server-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.zapier.com/api/mcp/a/<your-account>/mcp?serverId=<your-server-id>"
      ]
    }
  }
}

Claude Desktop connects to remote servers through the `mcp-remote` proxy (installed on first run via npx). Restart Claude Desktop after saving.

Step-by-step guides: Add to Claude Desktop · Add to Cursor · Add to Windsurf

Before you start

  • A Zapier account
  • A Zapier MCP server URL and API key generated at mcp.zapier.com (or OAuth via mcp.zapier.com/api/v1/connect for multi-user apps)
  • Connected app accounts in Zapier for whatever services you want the assistant to act on (e.g. Slack, Gmail, Teams)
  • An MCP client that supports remote HTTP MCP servers (Claude, Cursor, etc.)

About Zapier MCP Server (Remote)

Zapier MCP is Zapier's hosted, remote MCP server that bridges an AI assistant to Zapier's automation platform — roughly 8,000+ apps and 30,000+ actions, including Slack, Gmail, Microsoft Teams, Google Sheets, HubSpot, GitHub, and Asana. Instead of wiring each app's API yourself, you enable Zapier actions and the assistant calls them through MCP.

It is fully hosted: you generate a personal server URL and API key at mcp.zapier.com (or use OAuth via mcp.zapier.com/api/v1/connect when building an app where end users connect their own Zapier account), then point your MCP client at the Zapier endpoint. There is nothing to install or self-host.

In its newer agentic mode, the assistant can discover and enable actions on the fly and execute read or write actions; classic mode exposes a fixed set of actions you pre-configure in the Zapier dashboard. This makes it a fast way to give an assistant broad, governed reach into communication and SaaS tools without per-integration engineering. The github.com/zapier/zapier-mcp repository is documentation/marketing for the hosted product and does not ship a standalone open-source server or a stated license.

Tools & capabilities (10)

discover_zapier_actions

Search the Zapier catalog for actions that match a task

enable_zapier_action

Enable a specific Zapier action so it becomes callable

disable_zapier_action

Disable a previously enabled action

list_enabled_zapier_actions

List the actions currently enabled on your MCP server

execute_zapier_read_action

Run a read/query action (e.g. find a record, list messages)

execute_zapier_write_action

Run a write action (e.g. send a Slack message, create a row)

auto_provision_mcp

Automatically provision MCP actions for the assistant

get_configuration_url

Return the dashboard URL for configuring actions

list_zapier_skills

List, get, create, update and delete reusable Zapier skills (list/get/create/update/delete_zapier_skill)

send_feedback

Send feedback about the MCP experience to Zapier

When to use it

  • Use it when you want an assistant to post to Slack or Microsoft Teams, or send Gmail, without coding each API
  • Use it when you need to reach thousands of SaaS apps through one MCP connection
  • Use it when you want the agent to discover and enable new actions on demand (agentic mode)
  • Use it when you'd rather pre-approve a fixed, governed set of actions (classic mode)
  • Use it when building a product where each end user connects their own Zapier account via OAuth
  • Use it when you want a hosted integration layer with no server to run or maintain

Quick setup

  1. 1Sign in at mcp.zapier.com and generate your personal MCP server URL and API key
  2. 2Connect the app accounts (Slack, Gmail, Teams, etc.) you want available in Zapier
  3. 3Enable the specific actions you want the assistant to use (or rely on agentic discovery)
  4. 4Add the Zapier MCP server URL plus API key to your MCP client's remote-server config
  5. 5Restart the client and confirm the Zapier tools appear
  6. 6Verify with a low-risk read action, then test a write action like sending a Slack message

Security notes

The unique Zapier MCP URL is itself a secret that authorizes every action you enable across connected apps — never share it and enable only the specific actions the assistant needs. Review enabled actions regularly since the URL grants broad cross-app access.

Zapier MCP Server (Remote) FAQ

Is Zapier MCP self-hosted or remote?

It is a remote, Zapier-hosted MCP server. You connect to a Zapier-provided URL with an API key — there is no local server to install.

Where do I get the API key?

Generate a server URL and API key at mcp.zapier.com. For apps where end users connect their own accounts, use OAuth via mcp.zapier.com/api/v1/connect.

How many apps and actions are supported?

Several thousand apps and tens of thousands of actions across the Zapier catalog — Slack, Gmail, Teams, Google Sheets, HubSpot, GitHub, Asana and more.

What's the difference between agentic and classic mode?

Agentic mode lets the assistant discover and enable actions dynamically and run read/write actions; classic mode exposes a fixed set of actions you configure in the Zapier dashboard.

Is the GitHub repo the actual server?

No. github.com/zapier/zapier-mcp is documentation for the hosted product; the server itself runs on Zapier's infrastructure and the repo does not ship a standalone, licensed open-source server.

Alternatives to Zapier MCP Server (Remote)

Compare all alternatives →

Connect your personal WhatsApp: search, read and send messages and media locally

Verified
stdio (local)
No auth
Python
12 tools
Updated 26 days agoRepo

Powerful Slack MCP with stdio/SSE/HTTP, DMs, group DMs and no-admin token auth

Verified
stdio (local)
API key
Go
12 tools
Updated 1 month agoRepo

Full Telegram user-account MCP via MTProto: read chats, manage groups, send messages

Verified
stdio (local)
API key
Python
11 tools
Updated 7 days agoRepo