MCP.so
ログイン

Make.com MCP Server

@elitau

Make.com MCP Server について

An MCP server implementation that integrates parts of the Make.com API

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

elitau

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "make-dot-com": {
      "command": "node",
      "args": [
        "/full/absolute/path/to/mcp-server-make-dot-com/dist/index.js"
      ],
      "env": {
        "MAKE_DOT_COM_API_KEY": "your-api-key-from-make-dot-com",
        "MAKE_DOT_COM_BASE_URL": "eu2.make.com"
      }
    }
  }
}

ツール

1

Reads the JSON blueprint of a scenario

概要

What is Make.com MCP Server?

It is an MCP server that integrates the Make.com API to read resources such as scenario blueprints and users. It is intended for users who need to retrieve scenario blueprint data from Make.com through the Model Context Protocol.

How to use Make.com MCP Server?

Clone the repository, install dependencies, and configure your API key. With Claude Desktop, add a configuration entry in claude_desktop_config.json specifying the MCP server command, path to the built dist/index.js, and environment variables MAKE_DOT_COM_API_KEY and MAKE_DOT_COM_BASE_URL. Then use the read_make_dot_com_scenario_blueprint tool with a scenario ID and optional draft flag.

Key features of Make.com MCP Server

  • Reads the JSON blueprint of a Make.com scenario.
  • Supports retrieving both draft and live versions of a blueprint.
  • Requires a Make.com API key with several read and run scopes.
  • Integrates as a transport‑agnostic MCP server for AI assistants.

Use cases of Make.com MCP Server

FAQ from Make.com MCP Server

What is the Make.com API key scopes required?

The API key must include scopes: agents:read, apps:read, connections:read, custom-property-structures:read, datastores:read, devices:read, scenarios:read, scenarios:run, scenarios:write, teams:read.

How do I configure the server with Claude Desktop?

Clone the repo, run bin/setup or npm install, then add a JSON entry to claude_desktop_config.json with the server command, the absolute path to dist/index.js, and the environment variables MAKE_DOT_COM_API_KEY and MAKE_DOT_COM_BASE_URL.

Where can I find the Make.com base URL?

The base URL is determined by your Make.com region, for example eu2.make.com. Set it as the MAKE_DOT_COM_BASE_URL environment variable.

コメント

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