McpMux
Back to Registry

Make (npx) MCP Server

Community

Contributed by Make

Connect to Make (formerly Integromat) automation scenarios. Turn your on-demand Make scenarios into callable tools so AI assistants can trigger and parameterize your automations. Runs locally via npx.

About the Make (npx) MCP Server

The Make (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Make (formerly Integromat) automation scenarios. Turn your on-demand Make scenarios into callable tools so AI assistants can trigger and parameterize your automations. Runs locally via npx. This is a community-contributed MCP server by Make.

Install the Make (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@makehq/mcp-server"
  ],
  "env": {
    "MAKE_API_KEY": "${input:MAKE_API_KEY}",
    "MAKE_ZONE": "${input:MAKE_ZONE}",
    "MAKE_TEAM": "${input:MAKE_TEAM}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MAKE_API_KEY",
        "label": "Make API Key",
        "description": "API token generated in your Make profile. Grant the scopes needed for the scenarios you want to expose (e.g. scenarios:read, scenarios:run).",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://www.make.com/en/help/api-key",
          "instructions": "1. Sign in to Make and click your avatar at the bottom-left, then click Profile\n2. Open the API tab\n3. Click 'Add token'\n4. Select the scopes you need\n5. Click 'Save', then copy the generated token (it is shown only once)",
          "button_label": "Create API Token"
        }
      },
      {
        "id": "MAKE_ZONE",
        "label": "Make Zone",
        "description": "The zone your Make organization is hosted in. Find it in the URL after signing in to Make.",
        "type": "text",
        "required": true,
        "placeholder": "eu2.make.com"
      },
      {
        "id": "MAKE_TEAM",
        "label": "Make Team ID",
        "description": "Your Make Team ID. You can find it in the URL of the Team page.",
        "type": "text",
        "required": true,
        "placeholder": "123456"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

makeintegromatautomationscenariosworkflowno-code

Supported AI Clients

The Make (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Make (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.