MCP.so
ログイン

Make MCP Server (legacy)

@mikeysrecipes

Make MCP Server (legacy) について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

mikeysrecipes

設定

以下の設定を使って、このサーバーを 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 enables Make scenarios configured with “On-Demand” scheduling to be used as callable tools by AI assistants. It connects to a Make account, parses scenario input parameters, and returns structured JSON output, allowing AI systems to trigger and interact with Make automation workflows.

How to use Make MCP Server (legacy)?

Install the server using npx and configure it as an MCP tool in a client like Claude Desktop. Add the provided JSON block to the mcpServers section of claude_desktop_config.json, and set the required environment variables: MAKE_API_KEY, MAKE_ZONE, and MAKE_TEAM. The server then identifies accessible on-demand scenarios and exposes them as tools.

Key features of Make MCP Server (legacy)

  • Connects to your Make account and finds on-demand scenarios

コメント

「その他」の他のコンテンツ