Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • SQLite MCP Server
  • Xano MCP Server for Smithery
  • Jira MCP Server
  • AWS MCP Server
  • mem0 MCP Server
Back to MCP Servers
MakeSync MCP Server

MakeSync MCP Server

Public
sparxHub/mcp-makesync

An advanced Model Context Protocol server for Make.com that enables intelligent patching and management of automation scenarios through a module-agnostic implementation.

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

🧩 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 patch
    • operations (optional): List of { path, value } patch instructions
    • confirm (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 and parameters keys

πŸ”‘ 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
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing co...

    Added May 30, 2025
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • AWS MCP Server
    AWS MCP Server

    A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 a...

    23 tools
    Added May 30, 2025
  • mem0 MCP Server
    mem0 MCP Server

    A TypeScript implementation of the Model Context Protocol server that enables creation, management, ...

    Added May 30, 2025