make-mcp-server

This repository provides an MCP server that connects Make scenarios to AI assistants, allowing them to trigger and interact with your Make automation workflows using structured JSON. This repository provides

72
8

Summary of Make MCP Server

The Make MCP (Model Context Protocol) Server bridges the gap between Make automation scenarios and AI assistants, enabling AI systems to leverage Make workflows as callable tools. It connects to your Make account, identifies "On-Demand" scenarios, and parses their input parameters, providing AI assistants with descriptions for proper invocation. The server then allows AI assistants to trigger these scenarios with the appropriate parameters and returns the output as structured JSON for easy interpretation.

This integration allows you to turn Make scenarios into callable tools for AI assistants, maintaining complex automation logic within Make while exposing its functionality to AI systems. This facilitates bidirectional communication between AI assistants and existing automation workflows.

To use the server, you'll need NodeJS, an MCP Client (like Claude Desktop), and a Make API Key with scenarios:read and scenarios:run scopes. Configuration involves adding a "make" entry to the mcpServers section of your claude_desktop_config.json, specifying the command to run the server (npx -y @makehq/mcp-server) and setting environment variables for your MAKE_API_KEY, MAKE_ZONE, and MAKE_TEAM.

Repository

IN
integromat

integromat/make-mcp-server

Created

March 10, 2025

Updated

March 28, 2025

Language

TypeScript

Category

Productivity