MCP server

Zapier

MCP

Official Zapier MCP. Nine thousand apps, one remote.

Zapier’s hosted MCP. The actions you already connected — send, pull, trigger — without a new integration each time.

latest·Proprietary·Updated this quarter·github.com/zapier/zapier-mcp·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "zapier": {
      "url": "https://mcp.zapier.com/api/v1/connect"
    }
  }
}

By Zapier

Spec

What the server actually exposes.

  • list_actions

    read

    Actions available on your Zapier account.

  • run_action

    write

    Run a connected action after you confirm.

  • search_apps

    read

    Find an app in the Zapier directory.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

zapier-mcp.mcp/tools

Tools

  • list_actions

    Actions available on your Zapier account.

    read
  • run_action

    Run a connected action after you confirm.

    write
  • search_apps

    Find an app in the Zapier directory.

    read

Last call

{ "ok": true,
  "tool": "list_actions",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.