AI Actions Beta

Cursor Integration

Use AI Actions directly from Cursor IDE with Zapier MCP. Enable your AI assistant to perform real-world tasks through a simple, secure connection without leaving your coding environment.

Quick Start

Three simple steps to get started with Cursor and AI Actions:

  1. Copy your unique MCP server URL in the MCP settings
  2. Configure which actions you want your AI to access
  3. Open Cursor and paste the MCP URL

Looking for other clients? Also try Claude Desktop or Windsurf.

Configuring Zapier MCP in Cursor

For Cursor version ≥ 0.46 (recommended)

In newer versions of Cursor, you'll need to add your MCP URL to a JSON configuration:

  1. Open Cursor settings (⇧+⌘+J)
  2. Navigate to the "MCP" tab and click "Add MCP Server"
  3. Add the following JSON configuration, replacing the placeholder URL with your MCP URL from MCP settings:

Caution: Treat your MCP server URL like a password! It can be used to run your AI Actions and access your data.

{
  "mcpServers": {
    "Zapier MCP": {
      "url": "https://actions.zapier.com/mcp/YOUR_MCP_KEY/sse"
    }
  }
}

Note: Replace YOUR_MCP_KEY with your actual MCP key from the settings page.

For Cursor version < 0.46

In older versions of Cursor, you can set up Zapier AI Actions by directly pasting your MCP URL: