Usage with OpenAI

This article outlines how to connect Make MCP server with OpenAI using an MCP token.

Prerequisites

Installation

To connect Make MCP server to OpenAI:

  1. In OpenAI's Playground, sign in to your OpenAI account.

  2. Navigate to Prompts.

  3. In Tools, click the + button.

  4. Select MCP Server.

  5. In the dialog, click Add new to display the form below.

  1. In URL, add the following URL:

https://<MAKE_ZONE>/mcp/api/v1/u/sse
  1. Replace <MAKE_ZONE> with your actual values.

  • MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).

  1. In Label, name your Make MCP server.

  2. In Authentication, select Access token / API key.

  3. Add your MCP token to the field that requires an access token.

  4. Click Connect.

You have now connected Make MCP server to OpenAI.

Last updated