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.

评论

其他 分类下的更多 MCP 服务器