Usage with Cursor

This article outlines how to integrate the cloud-based Make MCP server with Cursor.

Prerequisites

Installation

To use the cloud-based server with Cursor:

  1. Open your Cursor account.

  2. On the upper right-hand side, click the gear icon to open the Cursor Settings dialog.

  3. In the left sidebar, click Tools & Integrations.

  4. Under MCP Tools, click New MCP Server to open the editor for the mcp.json file.

  1. Use the SSE endpoint with the token embedded in the URL:

https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/sse

Configuration example:

{
  "mcpServers": {
    "make": {
      "url": "https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/sse"
    }
  }
}
  1. Replace <MAKE_ZONE> and <MCP_TOKEN> with your actual values.

  • MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).

  • MCP_TOKEN - You can generate your MCP token in your Make profile.

Last updated