You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Make MCP Server
1
+
# Make MCP Server (legacy)
2
+
3
+
**A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using [this new version](https://developers.make.com/mcp-server).**
2
4
3
5
A Model Context Protocol server that enables Make scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Make automation workflows.
4
6
@@ -9,7 +11,7 @@ The MCP server:
9
11
- Connects to your Make account and identifies all scenarios configured with "On-Demand" scheduling
10
12
- Parses and resolves input parameters for each scenario, providing AI assistants with meaningful parameter descriptions
11
13
- Allows AI assistants to invoke scenarios with appropriate parameters
12
-
- Returns scenario output (currently in closed beta) as structured JSON, enabling AI assistants to properly interpret the results
14
+
- Returns scenario output as structured JSON, enabling AI assistants to properly interpret the results
0 commit comments