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:
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 (or Tools, if you're on the Free Plan).
Under MCP Tools, click Add Custom MCP to open the editor for the
mcp.jsonfile.

In the editor, add the configuration.
Use the following URL:
https://mcp.make.comConfiguration example:
{
"mcpServers": {
"make": {
"url": "https://mcp.make.com"
}
}
}Alternatively, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.
In MCP Tools, you'll see Make added as an MCP tool. Click Needs login.

In the dialog, click Open, which opens 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

