Skip to main content
Glama

Make MCP Server

MCPサーバーを作成する

MakeシナリオをAIアシスタントのツールとして利用できるようにするモデルコンテキストプロトコルサーバー。この統合により、AIシステムがMake自動化ワークフローをトリガーし、操作できるようになります。

仕組み

MCP サーバー:

  • Make アカウントに接続し、「オンデマンド」スケジュールで構成されたすべてのシナリオを識別します
  • 各シナリオの入力パラメータを解析して解決し、AIアシスタントに意味のあるパラメータの説明を提供します。
  • AIアシスタントが適切なパラメータでシナリオを呼び出すことを可能にする
  • シナリオ出力(現在はクローズドベータ)を構造化されたJSONとして返し、AIアシスタントが結果を適切に解釈できるようにします。

利点

  • MakeシナリオをAIアシスタントの呼び出し可能なツールに変換する
  • AI システムに機能を公開しながら、Make で複雑な自動化ロジックを維持する
  • AIアシスタントと既存の自動化ワークフロー間の双方向通信を作成する

Claude Desktopでの使用

前提条件

  • ノードJS
  • MCP クライアント (Claude デスクトップ アプリなど)
  • scenarios:readscenarios: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 に記載されています。
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MakeシナリオをAIアシスタント用の呼び出し可能なツールに変換します。既存の自動化ワークフローを活用しながら、AIシステムがそれらをシームレスにトリガーし、操作できるようにします。

  1. 仕組み
    1. 利点
      1. Claude Desktopでの使用
        1. 前提条件
        2. インストール

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This server provides a minimal template for creating AI assistant tools using the ModelContextProtocol, featuring a simple 'hello world' tool example and development setups for building custom MCP tools.
        Last updated -
        1
        1
        8
        TypeScript
        The Unlicense
        • Apple
      • -
        security
        F
        license
        -
        quality
        A demonstration project that uses Cloudflare Workers MCP to create custom AI tools that can be integrated with Claude, Cursor, and other AI assistants supporting the Model Context Protocol.
        Last updated -
        26
        TypeScript
      • A
        security
        A
        license
        A
        quality
        Provides tools for interacting with Targetprocess, a project management and agile planning platform, enabling AI assistants to search, create, and update project entities with proper validation.
        Last updated -
        5
        4
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables AI models to dynamically create and execute their own custom tools through a meta-function architecture, supporting JavaScript, Python, and Shell runtimes with sandboxed security and human approval flows.
        Last updated -
        2
        JavaScript

      View all related MCP servers

      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