Exposes on-demand Make scenarios as structured, callable tools for AI assistants through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Make MCP Server.
The integromat/make-mcp-server MCP server exposes selected Make automation workflows as tools that an AI assistant can call. It works with scenarios using Make’s On-Demand scheduling, rather than publishing every scenario in an account automatically.
The server connects to a Make account, finds the eligible scenarios, and makes their callable operations available through MCP. This lets an assistant use existing Make logic without requiring that logic to be rebuilt as native agent code. Make remains responsible for the workflow and its connected automation steps, while the MCP client handles tool discovery and invocation.
The repository describes this implementation as legacy. Its README recommends Make’s newer cloud-based MCP server for most use cases, so this project is primarily relevant when a local or existing deployment specifically requires the legacy package.
At startup, the server uses Make account credentials and location details to access the relevant team. It identifies scenarios with On-Demand scheduling and examines their input definitions. Those inputs are resolved into parameter descriptions that an AI assistant can use when deciding how to call a scenario.
When the assistant invokes a scenario, the server passes the supplied parameters to Make. The result is returned as structured JSON, allowing the client to process scenario output instead of receiving only unstructured text. This supports workflows where an assistant both sends information into Make and reads the resulting scenario output.
The integromat/make-mcp-server MCP server is intended for MCP clients such as Claude Desktop. The provided configuration runs it locally through Node.js and npx rather than connecting to a hosted endpoint.
The documented setup requires Node.js, an MCP client, and a Make API key with both scenarios:read and scenarios:run scopes. Add the server to the client’s MCP configuration and run the @makehq/mcp-server package with npx.
Three environment variables are needed:
MAKE_API_KEY: an API key generated from the Make profile.MAKE_ZONE: the hosting zone for the organization, such as an EU Make zone.MAKE_TEAM: the team identifier, available in the URL of the Make Team page.The API key must be able to read scenario definitions and run scenarios. The zone and team values determine which Make organization context the server uses.
Available tools are based on the account’s On-Demand scenarios rather than on a fixed, predefined tool list. The server can:
This model is suitable for exposing existing automation workflows to assistants while keeping the workflow implementation in Make.
Only scenarios configured for On-Demand scheduling are described as discoverable by the server. Access also depends on the Make API key having the required scopes and on correct zone and team settings.
The repository is labeled legacy, and its README directs most users toward Make’s newer cloud-based MCP server. Evaluate that newer option before adopting this package for a new deployment. The supplied material does not specify Make plan requirements, scenario execution limits, or support for MCP clients beyond the Claude Desktop example.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/integromat-make-mcp-server)<a href="https://allmcps.com/mcp/integromat-make-mcp-server"><img src="https://allmcps.com/api/badge/integromat-make-mcp-server?style=directory" alt="Make MCP Server on AllMCPs" /></a>