Usage with OpenAI
This article outlines how to connect Make MCP server with OpenAI using an MCP token.
Prerequisites
OpenAI Platform account
Installation
To connect Make MCP server to OpenAI:
In OpenAI's Playground, sign in to your OpenAI account.
Navigate to Prompts.
In Tools, click the + button.
Select MCP Server.
In the dialog, click Add new to display the form below.

In URL, add the following URL:
https://<MAKE_ZONE>/mcp/api/v1/u/sse
For Streamable HTTP, use /stream
instead of /sse
at the end of your connection URL.
Replace
<MAKE_ZONE>
with your actual values.
MAKE_ZONE
- The zone your organization is hosted in (e.g.,eu2.make.com
).
In Label, name your Make MCP server.
In Authentication, select Access token / API key.
Add your MCP token to the field that requires an access token.
Click Connect.
You have now connected Make MCP server to OpenAI.
Last updated