Make MCP Server
MCPサーバーを作成する
MakeシナリオをAIアシスタントのツールとして利用できるようにするモデルコンテキストプロトコルサーバー。この統合により、AIシステムがMake自動化ワークフローをトリガーし、操作できるようになります。
仕組み
MCP サーバー:
Make アカウントに接続し、「オンデマンド」スケジュールで構成されたすべてのシナリオを識別します
各シナリオの入力パラメータを解析して解決し、AIアシスタントに意味のあるパラメータの説明を提供します。
AIアシスタントが適切なパラメータでシナリオを呼び出すことを可能にする
シナリオ出力(現在はクローズドベータ)を構造化されたJSONとして返し、AIアシスタントが結果を適切に解釈できるようにします。
Related MCP server: Automatisch MCP Server
利点
MakeシナリオをAIアシスタントの呼び出し可能なツールに変換する
AI システムに機能を公開しながら、Make で複雑な自動化ロジックを維持する
AIアシスタントと既存の自動化ワークフロー間の双方向通信を作成する
Claude Desktopでの使用
前提条件
ノードJS
MCP クライアント (Claude デスクトップ アプリなど)
scenarios:readとscenarios:runスコープを使用して API キーを作成する
インストール
このサーバーを Claude Desktop アプリで使用するには、 claude_desktop_config.jsonの「mcpServers」セクションに次の構成を追加します。
{
"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>"
}
}
}
}MAKE_API_KEY- Make プロファイルで API キーを生成できます。MAKE_ZONE- 組織がホストされているゾーン (例:eu2.make.com)。MAKE_TEAM- ID はチーム ページの URL に記載されています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables Claude Desktop to trigger and interact with Make.com automation scenarios through webhooks. Allows users to execute complex workflows and integrations with third-party services like Google Sheets, Notion, and Slack using natural language commands.3147MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Automatisch workflow automation platform, allowing them to create, manage, and monitor workflows, connections, and executions through natural language commands.10137MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to trigger and interact with Make automation workflows by exposing on-demand scenarios as callable tools. Allows AI systems to invoke Make scenarios with parameters and receive structured JSON responses.97MIT
- AlicenseNot gradedqualityDmaintenanceThis server enables AI assistants to discover, parameterize, and trigger Make.com automation workflows configured for on-demand execution. It allows users to execute scenarios and receive structured JSON results, bridging the gap between AI assistants and complex automation ecosystems.97MIT
Related MCP Connectors
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/integromat/make-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server