Make MCP Server (legacy)
@integromat
About Make MCP Server (legacy)
Make MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"@makehq/mcp-server"
],
"env": {
"MAKE_API_KEY": "<your-api-key>",
"MAKE_ZONE": "<your-zone>",
"MAKE_TEAM": "<your-team-id>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Make MCP Server (legacy)?
Make MCP Server (legacy) is a Model Context Protocol server that connects to a Make account and exposes Make scenarios configured with "On-Demand" scheduling as callable tools for AI assistants. It parses scenario input parameters and returns structured JSON output, enabling AI systems to trigger and interact with automation workflows.
How to use Make MCP Server (legacy)?
Install via npx and configure in an MCP client such as Claude Desktop. Add a JSON entry to the client’s configuration with the command npx -y @makehq/mcp-server and three required environment variables: MAKE_API_KEY, MAKE_ZONE, and MAKE_TEAM. Prerequisites include NodeJS and a Make API key with scenarios:read and scenarios:run scopes.
Key features of Make MCP Server (legacy)
- Connects to Make account and identifies On-Demand scenarios
- Parses and resolves input parameters for each scenario
- Allows AI assistants to invoke scenarios with appropriate parameters
- Returns scenario output as structured JSON
- Enables bidirectional communication between AI and automation workflows
Use cases of Make MCP Server (legacy)
- Trigger Make automation workflows directly from AI assistant conversations
- Expose complex Make automation logic as callable tools for AI assistants
- Enable AI to request data processing or actions via Make scenarios
- Create bidirectional communication between AI assistants and existing automation systems
FAQ from Make MCP Server (legacy)
What are the prerequisites for Make MCP Server (legacy)?
NodeJS, an MCP client (like the Claude Desktop app), and a Make API key with scenarios:read and scenarios:run scopes.
How do I configure Make MCP Server (legacy)?
Add a JSON entry under mcpServers in your client’s configuration. Use the command npx -y @makehq/mcp-server and set the environment variables MAKE_API_KEY, MAKE_ZONE, and MAKE_TEAM.
Is this the recommended version?
No. A modern, cloud-based version of the Make MCP Server is now available and is recommended for most use cases.
Which scenarios can be used as tools?
Only Make scenarios with “On-Demand” scheduling are identified and exposed as tools.
What output format does the server return?
The server returns scenario output as structured JSON,
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments