Usage with ChatGPT
This article outlines how to connect the cloud-based Make MCP server with ChatGPT.
Prerequisites
ChatGPT account (paid subscription)
Installation
To add Make MCP server to ChatGPT:
Open the web version of ChatGPT.
Click on your profile name on the left sidebar.

Click Settings to open the settings dialog.
Navigate to the Connectors section, then to Advanced settings.

In Advanced settings, enable Developer mode.
Return to Connectors, and click the Create button that is now visible in the top-right corner.
In the New Connector dialog, name your MCP server.
In the MCP Server URL field, add the following URL:
https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/sse
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 API token in your Make profile.
In the Authentication dropdown, select No authentication.
Select the I trust this application checkbox.
Click the Create button.
You have now added Make MCP server to ChatGPT. In Connectors, you can click on it to expand its details and select which tools ChatGPT can use.
Enable in chat
After adding Make MCP server, you can enable it in the chat:
Open a new chat in ChatGPT.
In the left-hand corner of the message bar, click the + sign to open a dropdown.
Click More, then Developer Mode.

Click Add sources.
Enable Make MCP server.

You have now enabled Make MCP server in the chat, allowing ChatGPT to use Make as a tool when interacting with you.
Last updated