{
  "name": "io.github.integromat/make-mcp-server",
  "description": "A community-maintained MCP that wraps the Make (formerly Integromat) API so an AI agent can list scenarios, run them on demand, and inspect execution status. Make is the most visually-oriented of the major automation platforms; the MCP gives agents the same trigger surface that the Make UI exposes.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 70,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.650Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:52.354Z",
      "githubStars": 158,
      "lastCommitAt": "2026-04-17T13:47:20Z",
      "npmWeeklyDownloads": 124
    }
  },
  "repository": {
    "url": "https://github.com/integromat/make-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Community (unofficial Make.com MCP)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "make-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "MAKE_API_TOKEN",
          "description": "MAKE_API_TOKEN — required credential for Make (Integromat).",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "MAKE_ZONE",
          "description": "MAKE_ZONE — required credential for Make (Integromat).",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Make API token in env. Tokens are scoped to one organisation. Create a dedicated team member account for the MCP with access only to the scenarios it needs to trigger.",
      "gotchas": [
        "Make tokens have broad scope by default. Create a non-admin team-member account for the MCP.",
        "Triggering paid-tier scenarios costs operations on every run — be aware of per-trigger cost.",
        "Audit log per scenario is the forensic trail; review it after any agent-triggered run."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/make",
    "markdown": "https://top-mcps.com/mcp/make.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
