An advanced Model Context Protocol server for Make.com that enables intelligent patching and management of automation scenarios through a module-agnostic implementation.
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
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!