Make

Make

Turn your Make scenarios into callable tools for AI assistants.

142
Stars
39
Forks
0
Releases

Overview

Legacy Make MCP Server is a Model Context Protocol server that enables Make scenarios to be utilized as tools by AI assistants. It connects to your Make account and identifies all On-Demand scenarios configured in your environment. For each scenario, it parses and resolves input parameters, providing AI assistants with meaningful parameter descriptions. It then allows AI systems to invoke scenarios with appropriate parameters and returns the scenario output as structured JSON, enabling AI models to interpret results reliably. This design lets you turn Make workflows into callable tools while preserving your automation logic inside Make. By exposing capabilities as MCP endpoints, AI agents can trigger, monitor, and interact with your automations, enabling bidirectional communication between AI assistants and existing workflows. The legacy server serves as an early implementation; a newer cloud-based MCP Server is available for most use cases.

Details

Owner
integromat
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Connects to Make and discovers On-Demand scenarios

Connects to your Make account and identifies all scenarios configured with On-Demand scheduling.

Parses and describes input parameters for AI assistants

Parses and resolves input parameters, providing AI assistants with meaningful parameter descriptions.

Invokes scenarios with appropriate parameters

Allows AI assistants to trigger scenarios with the correct parameter values.

Returns outputs as structured JSON

Returns scenario outputs in structured JSON so AI systems can interpret results reliably.

Exposes Make scenarios as callable tools for AI assistants

Turns Make scenarios into callable tools that AI assistants can invoke.

Maintains automation logic in Make while exposing functionality

Maintains complex automation logic within Make while exposing functionality via MCP endpoints.

Supports bidirectional communication between AI and workflows

Enables bidirectional communication between AI assistants and existing automation workflows.

Audience

AI developersExpose Make scenarios as AI tools; trigger scenarios with parameters and structured outputs.

Tags

MakeMCP ServerAI assistantsscenariosOn-Demandautomationworkflowsstructured JSONClaude DesktopAPI key