MakeSync
STDIO智能集成Make.com的场景管理与蓝图修补服务
智能集成Make.com的场景管理与蓝图修补服务
An advanced Model Context Protocol (MCP) server for Make.com, enabling intelligent patching, scenario management, and integration with automation workflows.
Author: Nadav Daniel
License: MIT
Project Version: 1.0.0
🧠 Originally inspired by Eduard Litau’s
mcp-server-make-dot-com
This server implements a powerful and extensible MCP interface for interacting with the Make.com API. Unlike basic implementations, MakeSync MCP Server is module-agnostic, capable of reading and updating scenario blueprints based on their declared metadata.parameters, interface, and expect structure.
It supports:
confirm logic.{{...}} mappers if missingread_make_dot_com_scenario_blueprintscenario_id (number)draft (boolean, optional)update_make_dot_com_scenarioscenario_id (number)name / description (optional)module_id (optional): The module inside the flow to patchoperations (optional): List of { path, value } patch instructionsconfirm (boolean, default: true): Required for installing new appsvalue with {{...}} if appropriateinterface and parameters keysEnsure your API key includes the following scopes:
agents:read apps:read connections:read datastores:read devices:read functions:read scenarios:read scenarios:run scenarios:write teams:read
Run the provided setup script or use:
MAKE_DOT_COM_API_KEY=xxx npm install && npm run build