MakeSync Integration
STDIOAdvanced MCP server for Make.com, enabling intelligent patching and scenario management.
Advanced MCP server for Make.com, enabling intelligent patching and scenario management.
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_blueprint
scenario_id
(number)draft
(boolean, optional)update_make_dot_com_scenario
scenario_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