Make MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 13 Feb 2026.
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node bin/postinstall.js
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add make-mcp -- npx -y make-mcp-server
{
"mcpServers": {
"make-mcp": {
"args": [
"-y",
"make-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.make-mcp]
command = "npx"
args = ["-y", "make-mcp-server"]
{
"mcpServers": {
"make-mcp": {
"args": [
"-y",
"make-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"make-mcp": {
"args": [
"-y",
"make-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MAKE_API_KEY (Make.com API key for scenario deployment (optional - only needed for create_scenario tool)), MAKE_TEAM_ID (Make.com Team ID for scenario deployment (optional)), MAKE_API_URL (Make.com API URL - defaults to https://eu1.make.com/api/v2 (optional)), LOG_LEVEL (Log level - error, info, or debug (optional, defaults to error)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
MCP server for Vercel — manage deployments and view build and runtime application logs.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.
Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.
Deployment truth verification for AI agents. Verifies the live site matches the build.
Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
Answers built from our own checks of this server.