What is your goal?
Our goal is to use Make MCP Server as a backend for ChatGPT, so that ChatGPT can:
β discover Make scenarios exposed as MCP tools
β invoke on-demand scenarios
β pass structured inputs
β receive structured outputs
In short: Make as an MCP-based function backend for LLM workflows.
What is the problem & what have you tried?
Hi everyone,
Iβm starting this thread because I couldnβt find any existing discussion about this yet, and I suspect weβre not the only ones experimenting with this right now.
Weβve been testing the new Make MCP Server integration with ChatGPT, following the official developer documentation and recent webinar materials. Conceptually, the setup is very promising, but in practice weβre currently blocked by what looks like a platform-side limitation or rollout gap.
Below is a concise breakdown of what we tried, what works, and where it breaks down.
What we have set up successfully
β Make plan: Core (paid)
β MCP connection method: OAuth (via ChatGPT β Create App β Custom MCP Server)
β MCP Server URL: https://mcp.make.com
β OAuth authorization completes successfully (organization selected, scopes granted)
β MCP app is created and visible in ChatGPT Apps
β No errors during setup
Test scenario setup in Make
β We created a minimal test scenario:
β Trigger: Tools β Basic Trigger β On Demand
β Input defined on the trigger (e.g. echo_text as string)
β Output module added (e.g. Set Variable / Create JSON)
β Scenario is Active
β No schedule, no webhook, no watch triggers
This should be the simplest possible MCP-exposed scenario.
What does not work
β ChatGPT never actually executes the scenario
β No scenario runs appear in Make execution history
β No errors are shown in ChatGPT
β No MCP tool call is visible or implied
β Agent Mode in ChatGPT appears unstable:
ββ task submission button often disabled (greyed out)
ββ even valid task descriptions cannot be submitted
β Non-Agent chat also does not trigger MCP calls
From the userβs perspective, it looks like:
the MCP app is connected, but completely inert.
Observations / hypothesis
This does not look like a configuration issue on the Make side:
β Scenario structure matches MCP documentation
β OAuth completes successfully
β No validation errors anywhere
It currently feels more like:
β MCP tool execution is not yet enabled or feature-flagged on the ChatGPT side
β or Agent Mode + Custom MCP Servers are still partially rolled out / unstable
β or the ChatGPT UI allows MCP app creation before execution support is fully live
Questions for the community / Make team
-
Has anyone successfully executed a Make scenario via MCP from ChatGPT yet?
-
Is there a known limitation or rollout phase for ChatGPT MCP execution?
-
Are additional Make-side settings required that are not yet documented?
-
Is Basic Trigger (On Demand) the correct and supported approach for MCP tools?
If anyone has this working (or partially working), weβd love to hear details.
Thanks!