Make MCP Server (legacy)
by mikeysrecipes
The Make MCP Server (legacy) enables Make scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Make automation workflows.
Last updated: N/A
What is Make MCP Server (legacy)?
A Model Context Protocol server that connects to your Make account and allows AI assistants to invoke Make scenarios with appropriate parameters, returning scenario output as structured JSON.
How to use Make MCP Server (legacy)?
To use this server, you need NodeJS, an MCP Client (like Claude Desktop App), and a Make API Key with scenarios:read
and scenarios:run
scopes. Configure the server in your MCP client with the provided command, arguments, and environment variables, including your Make API key, zone, and team ID.
Key features of Make MCP Server (legacy)
Connects to Make scenarios with 'On-Demand' scheduling
Parses and resolves scenario input parameters
Allows AI assistants to invoke scenarios
Returns scenario output as structured JSON
Use cases of Make MCP Server (legacy)
Turning Make scenarios into callable tools for AI assistants
Maintaining complex automation logic in Make while exposing functionality to AI systems
Creating bidirectional communication between AI assistants and existing automation workflows
FAQ from Make MCP Server (legacy)
What is the purpose of the MAKE_API_KEY?
What is the purpose of the MAKE_API_KEY?
The MAKE_API_KEY is used to authenticate the server with your Make account and grant it access to read and run your scenarios.
Where can I find my MAKE_ZONE?
Where can I find my MAKE_ZONE?
The MAKE_ZONE is the zone your organization is hosted in (e.g., eu2.make.com
).
How do I find my MAKE_TEAM ID?
How do I find my MAKE_TEAM ID?
You can find the MAKE_TEAM ID in the URL of the Team page in your Make account.
What are the required scopes for the Make API Key?
What are the required scopes for the Make API Key?
The Make API Key requires the scenarios:read
and scenarios:run
scopes.
Is this the latest version of the Make MCP Server?
Is this the latest version of the Make MCP Server?
No, a modern, cloud-based version of the Make MCP Server is now available. For most use cases, it is recommended to use the new version.