Skip to content
Cline

make mcp for Cline

io.github.danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI

client:Cline transport:stdio runtime:npm

Install make mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "make-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<MAKE_TEAM_ID>",
        "MAKE_API_URL": "<MAKE_API_URL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

make mcp in other clients