A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using this new version. A Model Context Protocol server that 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. The MCP server: - Connects to your Make account and identifies all scenari
Add this skill
npx mdskills install integromat/make-mcp-serverBridges Make automation workflows to AI assistants with clear setup but overly broad permissions
A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using this new version.
A Model Context Protocol server that 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.
The MCP server:
scenarios:read and scenarios:run scopesTo use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
{
"mcpServers": {
"make": {
"command": "npx",
"args": ["-y", "@makehq/mcp-server"],
"env": {
"MAKE_API_KEY": "",
"MAKE_ZONE": "",
"MAKE_TEAM": ""
}
}
}
}
MAKE_API_KEY - You can generate an API key in your Make profile.MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).MAKE_TEAM - You can find the ID in the URL of the Team page.Install via CLI
npx mdskills install integromat/make-mcp-serverMake MCP Server (legacy) is a free, open-source AI agent skill. A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using this new version. A Model Context Protocol server that 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. The MCP server: - Connects to your Make account and identifies all scenari
Install Make MCP Server (legacy) with a single command:
npx mdskills install integromat/make-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
Make MCP Server (legacy) works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.