Make MCP Server
Last updated
Last updated
Make MCP server enable seamless integration of Make scenarios into AI systems such as AI Assistants and Agents, empowering them to perform real-world tasks through your pre-configured workflows.
Benefits
Turn your Make scenarios into callable tools for your AI
Maintain complex automation logic in Make while exposing functionality to your AI
Create bidirectional communication between your AI and your existing automation workflows
Make MCP Server is available on all subscription plans, including the free plan.
Make MCP Server lists all your scenarios scheduled to run "On Demand" as tools available to your AI. Each scenario can be configured with:
Inputs: parameters that your AI will fill with data when the scenario runs
Outputs: data that will be returned from the scenario back to your AI
We currently allow two possible ways how to integrate Make MCP server:
Cloud-based MCP Server, hosted by Make, that runs via SSE (Server-Sent Events), suitable for any integrations and environments.
Basic MCP server version that you are able to run locally on your machine, ideal for scenarios that require local management and control and also when you know what you are doing.