Make.com MCP Server
@elitau
About Make.com MCP Server
An MCP server implementation that integrates parts of the Make.com API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
1Reads the JSON blueprint of a scenario
Overview
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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments