Supports integration with GitHub workflows, allowing the MCP server to be used in automated GitHub processes.
Implements a Model Context Protocol interface for the Make.com API, enabling intelligent reading and updating of automation workflows (scenarios), including blueprint management, module patching, and scenario configuration based on declared metadata parameters.
Offers TypeScript support for type-safe interactions with the Make.com API.
🧩 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
confirm
logic. - 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
value
with{{...}}
if appropriate - Validates against module
interface
andparameters
keys
🔑 Required API Key Scopes
Ensure your API key includes the following scopes:
agents apps connections datastores devices functions scenarios scenarios scenarios teams
⚙️ Configuration
Option 1: Quick Setup with Claude Desktop
Run the provided setup script or use:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
An advanced Model Context Protocol server for Make.com that enables intelligent patching and management of automation scenarios through a module-agnostic implementation.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to safely execute make targets from a Makefile, allowing AI assistants to run tests, format code, and automate various development tasks through natural language interaction.Last updated -14PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -121PythonMIT License
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.Last updated -74JavaScriptMIT License
- -securityAlicense-qualityA powerful executable server for running Model Context Protocol services that supports tool chain execution, multiple MCP services management, and a pluggable tool system for complex automation workflows.Last updated -564TypeScriptMIT License