For the complete documentation index, see llms.txt. This page is also available as Markdown.

Usage with OpenAI

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

Prerequisites

  • OpenAI Platform account

  • MCP token

Connect to OpenAI

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:

  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've now connected Make MCP server to OpenAI.

Last updated