Usage with Cursor

This guide outlines how to connect Make MCP server with Cursor using OAuth.

Prerequisites

  • Cursor account (Desktop version)

Installation

To connect Make MCP server to 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 (or Tools, if you're on the Free Plan).

  4. Under MCP Tools, click Add Custom MCP to open the editor for the mcp.json file.

  1. In the editor, add the configuration.

Use the following URL:

https://mcp.make.com

Configuration example:

{
  "mcpServers": {
    "make": {
      "url": "https://mcp.make.com"
    }
  }
}
  1. In MCP Tools, you'll see Make added as an MCP tool. Click Needs login.

  1. In the dialog, click Open, which opens an OAuth consent screen.

  2. In the Organization dropdown, select the organization that can access the server.

  3. Select its granted scopes.

  4. Click Allow, then Open Cursor.

  5. Click Open to allow the extension to open the URI.

You have now connected Make MCP server to Cursor.

Last updated