Make MCP Server (legacy)
@integromat
Make MCP Server (legacy) について
Make MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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,
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 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,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント