Make logo

Make

Free

Make 官方集成,将 Make 场景转换为 AI 助手可调用的工具。

FreeFree tier
Type
Open Source

About Make

Make MCP Server is an open-source Model Context Protocol server that connects Make scenarios to AI assistants. It allows AI systems to trigger and interact with Make automation workflows by parsing on-demand scenarios and returning structured JSON results. The server requires a Make API key and configuration, and works with MCP clients like Claude Desktop. A modern cloud-based version is also available.

Key Features

Connects to Make account and identifies scenarios with 'On-Demand' scheduling
Parses and resolves input parameters for each scenario
Allows AI assistants to invoke scenarios with appropriate parameters
Returns scenario output as structured JSON
Open-source with MIT license
Supports integration with Claude Desktop and other MCP clients

Pros & Cons

Pros
  • Open-source and free to use
  • Transforms existing Make workflows into AI-callable tools without rework
  • Provides structured JSON output for easy interpretation by AI
  • Easy to set up with Claude Desktop via npx command
  • Maintains complex automation logic in Make while exposing to AI
Cons
  • Requires a Make API key with appropriate scopes (scenarios:read, scenarios:run)
  • Only works with Make scenarios configured as 'On-Demand' scheduling
  • Legacy version; modern cloud-based version is recommended for most use cases
  • Requires technical setup (Node.js, MCP client configuration)

Best For

Trigger Make automation workflows from AI assistantsIntegrate existing Make scenarios with AI systems for bidirectional communicationExpose complex Make logic as callable tools for conversational AI

FAQ

What is Make MCP Server?
It is an open-source Model Context Protocol server that connects Make scenarios to AI assistants, allowing AI systems to trigger and interact with Make automation workflows.
How does it work?
The server connects to your Make account, identifies on-demand scenarios, parses their input parameters, and allows AI assistants to invoke scenarios with parameters and return structured JSON results.
What are the prerequisites?
You need Node.js, an MCP client like Claude Desktop, and a Make API key with scenarios:read and scenarios:run scopes.
How do I get started?
Add the server configuration to your claude_desktop_config.json with your Make API key, zone, and team ID. Then use npx to run the server.