Make MCP Server
Make MCP server allows external AI systems, such as AI agents, to run your scenarios and manage the contents of your Make account. Model Context Protocol (MCP) is a communication standard between AI systems and external systems. It enables them to easily and safely interact by defining endpoints and providing authentication.
Benefits
Creates bidirectional communication between AI and Make
Allows AI to access and manage elements of your Make account
Turns your active and on-demand scenarios into callable tools for AI
How does Make MCP server work?
Make MCP server gives external AI systems access to scenario run and management tools that enable the following capabilities:
Run active and on-demand scenarios
View and modify scenarios and their related entities (e.g., connections, webhooks, and data stores)
View and modify teams and organizations
When connecting Make MCP server to an AI system, you select the scopes to determine the tools available to the system.
Scenario run (Run your scenarios) tools are available to all plans, and management (View and modify...) tools are available to paid plans.
Scenario inputs and outputs
If you're using scenarios as tools, you can help AI understand what data to receive and send by configuring scenario inputs and outputs:
Inputs: parameters your AI fills with data when the scenario runs
Outputs: data returned from the scenario to the AI
Timeout for tool calling
Calls to scenarios used as MCP tools are subject to the Make API's 40-second window for returning output.
If a called scenario's run time exceeds 40 seconds, the called scenario finishes its run, but the call returns a timeout response. The response includes the executionId to enable you to fetch the output later.
Available transport methods
Make MCP server is a cloud-based server hosted by Make, running via Streamable HTTP and Server-Sent Events (SSE).
Clients with Stateless Streamable HTTP support
Stateless Streamable HTTP is Make's default transport method due to its connectivity reliability. It is recommended when connecting to any MCP client that supports Streamable HTTP.
Use the following connection URLs, depending on your connection type:
Clients with Stateful Streamable HTTP support
If your MCP client supports Streamable HTTP, you can use /stream at the end of the connection URL specified for your chosen connection type (OAuth or MCP token).
Clients with Server-Sent Events (SSE) support
If your MCP client supports SSE, use the following connection URLs, depending on your connection type:
Clients without Server-Sent Events (SSE) support
If your MCP client does not support SSE, use the Cloudflare mcp-remote proxy for compatibility. Refer to Cloudflare's MCP Remote Proxy Guide for more details.
Last updated

