Skip to content
Cursor

make mcp for Cursor

io.github.danishashko/make-mcp

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

client:Cursor transport:stdio runtime:npm

Install make mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "make-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

make mcp in other clients