Connect Make MCP Server

Step-by-step guide to connecting Make.com as an MCP Server with meinGPT

This guide shows how to connect a Make.com MCP Server with meinGPT to execute Make scenarios directly from an assistant.

Hinweis

In this guide we set up a simple HTTP Request use case as an example — but of course you can do much more.

Setup

Create an assistant and add the Make tool

Create a new assistant in meinGPT and add the Make tool under Connectors (Live).

Create assistant with Make tool

Create a scenario in Make

Create a new scenario in Make.com and add the HTTP Request module. In this example, we are using a webhook URL. Select the appropriate authentication type and click Save.

Create Make scenario with HTTP module

Set the scenario to 'On demand'

Click on the Every 15 minutes tab at the bottom of the editor and change the schedule settings to On demand. Then activate the scenario.

Set schedule to On demand

Activate scenario

Copy the scenario ID

Copy the scenario ID from the URL. It is located after scenarios/ in the address bar (e.g., 5423589).

Scenario ID in the URL

Update the system prompt (recommended)

Update the assistant's system prompt with the scenario ID so that the assistant can easily find the scenario. Then save the assistant.

System prompt with scenario ID

Authenticate the Make connection

Open the chat with the assistant. You will be prompted to authenticate the Make connection. Click Connect.

Authenticate Make connection

Allow permissions in Make

Select your organization in Make and allow the required permissions.

For this HTTP Request example, only the Run your scenarios permission is required. Depending on your use case, you may need to grant additional permissions.

Allow Make permissions

Connection established

After successful authentication, the connection will be displayed as Connected.

Connection established

Calling the scenario

Once the connection is established, you can call the Make scenario directly in the chat. The assistant will execute the scenario via the MCP connection.

Hinweis

The assistant can only run existing, activated scenarios by their scenario ID. It cannot create or edit scenarios in Make - you always build the scenario yourself in Make.com first.

Call scenario in chat

Next steps

Was this page helpful?