Make MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 13 Feb 2026.
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
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"
}
}
}
Answers built from our own checks of this server.