mcpbeat Sign in

Make MCP Server

local only

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

Installs per day peak 37 · avg 18 · -31% w/w
a month agotoday
113
Installs / week
npm · make-mcp-server
8
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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.

Runs a command on install [пакет] package.json:1
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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add make-mcp -- npx -y make-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "make-mcp": {
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.make-mcp]
command = "npx"
args = ["-y", "make-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "make-mcp": {
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Make MCP

same job, measured the same way
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Ateam MCP
by ariekogan

Build, validate, and deploy multi-agent AI solutions from any AI environment.

1 212 installs/wk 59 tools answering
IBM Code Engine MCP Server
by markusvankempen

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

62 installs/wk local only
dMoERA Creator
by cachecarti

Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.

44 tools answering
I
targetly-mcp
by abduljabbarbxr

Deployment truth verification for AI agents. Verifies the live site matches the build.

638 installs/wk local only
I
Imperal MCP
by imperalcloud

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

144 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only

Make MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Make MCP?
Make MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package make-mcp-server was installed 113 times last week.
How do I connect Make MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls make-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Make MCP?
The npm package make-mcp-server was installed 113 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Make MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.