- Explore MCP Servers
- mcp-makesync
Mcp Makesync
What is Mcp Makesync
mcp-makesync is an advanced Model Context Protocol (MCP) server designed for Make.com, enabling intelligent patching and scenario management within automation workflows.
Use cases
Use cases include updating automation scenarios dynamically, managing complex workflows, and integrating various modules in a safe and efficient manner.
How to use
To use mcp-makesync, you can interact with its CLI or integrate it with Claude Desktop. Users can read scenario blueprints and apply updates through specific commands, ensuring safe and compliant modifications.
Key features
Key features include live or draft blueprint reading, smart patching of module fields, confirm logic for safe updates, auto-wrapping of mappers, agnostic patching across module types, and compatibility with various workflows.
Where to use
mcp-makesync can be used in fields that require automation, such as software development, project management, and any scenario that integrates with Make.com for workflow automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Makesync
mcp-makesync is an advanced Model Context Protocol (MCP) server designed for Make.com, enabling intelligent patching and scenario management within automation workflows.
Use cases
Use cases include updating automation scenarios dynamically, managing complex workflows, and integrating various modules in a safe and efficient manner.
How to use
To use mcp-makesync, you can interact with its CLI or integrate it with Claude Desktop. Users can read scenario blueprints and apply updates through specific commands, ensuring safe and compliant modifications.
Key features
Key features include live or draft blueprint reading, smart patching of module fields, confirm logic for safe updates, auto-wrapping of mappers, agnostic patching across module types, and compatibility with various workflows.
Where to use
mcp-makesync can be used in fields that require automation, such as software development, project management, and any scenario that integrates with Make.com for workflow automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
🧩 MakeSync MCP Server
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
🧠 Project Overview
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:
- Reading scenarios and their structure.
- Smart, spec-compliant patching of any module.
- CLI and Claude Desktop usage.
- Safe blueprint patching using
confirmlogic. - Configurable environment and TypeScript support.
🔧 Features
- ✅ Read live or draft blueprint of any scenario
- ✏️ Smart patching of module fields based on metadata spec
- 🛡 Confirm logic to safely update scenarios
- 🔍 Auto-wrap
{{...}}mappers if missing - 🧠 Agnostic patching across any module type
- 🧰 Compatible with Claude Desktop, local node, and GitHub workflows
📦 Tools
read_make_dot_com_scenario_blueprint
- Inputs:
scenario_id(number)draft(boolean, optional)
- Output: Full blueprint JSON
update_make_dot_com_scenario
- Inputs:
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 apps
- Behavior:
- Applies all updates based on Make.com module structure
- Wraps
valuewith{{...}}if appropriate - Validates against module
interfaceandparameterskeys
🔑 Required API Key Scopes
Ensure 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
⚙️ Configuration
Option 1: Quick Setup with Claude Desktop
Run the provided setup script or use:
MAKE_DOT_COM_API_KEY=xxx npm install && npm run build
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










