WebsitePlatform Login
Make Integration

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.

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 a new assistant in meinGPT and add the Make tool under Connectors (Live).

Create assistant with Make tool

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

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 from the URL. It is located after scenarios/ in the address bar (e.g., 5423589).

Scenario ID in the URL

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

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

Authenticate Make connection

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

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.

Call scenario in chat

Next steps

On this page