Usage with Cursor
This article outlines how to connect Make MCP server with Cursor using OAuth.
Prerequisites
Cursor account (paid subscription)
Installation
To connect Make MCP server to Cursor:
Open your Cursor account.
On the upper right-hand side, click the gear icon to open the Cursor Settings dialog.
In the left sidebar, click Tools & Integrations.
Under MCP Tools, click Add Custom MCP to open the editor for the
mcp.json
file.

In the editor, add the configuration.
Use the following URL:
https://mcp.make.com/sse
Configuration example:
{
"mcpServers": {
"make": {
"url": "https://mcp.make.com/sse"
}
}
}
For Streamable HTTP, use /stream
instead of /sse
at the end of your connection URL.
In MCP Tools, you'll see Make added as an MCP tool. Click Needs login.

In the dialog, click Open, which takes you to an OAuth consent screen.
In the Organization dropdown, select the organization that can access the server.
Select its granted scopes.
Click Allow, then Open Cursor.
Click Open to allow the extension to open the URI.
You have now connected Make MCP server to Cursor.
Last updated