Usage with Cursor
This guide outlines how to connect Make MCP server with Cursor using an MCP token.
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, with your zone and MCP token embedded in the URL:
https://<MAKE_ZONE>/mcp/api/v1/u/statelessConfiguration example:
{
"mcpServers": {
"make": {
"url": "https://<MAKE_ZONE>/mcp/api/v1/u/stateless",
"headers": {
"Authorization": "Bearer ${env:MCP_TOKEN}"
}
}
}Alternatively, you can add /stream to the end of your connection URL. For SSE, add /sse instead.
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.
You have now connected Make MCP server to Cursor.
Last updated

