drio
Open app

Make MCP Server (legacy)

Source

Make MCP Server

Catalog onlyCatalog onlySTDIO

Overview

Make MCP Server is a Model Context Protocol server that enables Make scenarios to be utilized as tools by AI assistants, allowing AI systems to trigger and interact with your Make automation workflows.

To use Make MCP Server, connect it to your Make account, configure the necessary parameters, and integrate it with an AI assistant like Claude Desktop by adding specific configurations to your claude_desktop_config.json file.

  • Connects to Make account and identifies scenarios with "On-Demand" scheduling. - Parses input parameters for scenarios, providing meaningful descriptions for AI assistants. - Allows AI assistants to invoke scenarios with appropriate parameters and returns output as structured JSON.
  1. Automating tasks through AI assistants by invoking Make scenarios.
  2. Creating complex workflows that can be triggered by AI systems.
  3. Enhancing AI capabilities by integrating with existing automation tools.

Add to your AI client

Use these steps to connect Make MCP Server (legacy) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "make-mcp-server-integromat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "make-mcp-server-integromat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "make-mcp-server-integromat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "make-mcp-server-integromat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "make-mcp-server-integromat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "make-mcp-server-integromat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make-mcp-server-integromat"
      ]
    }
  }
}

FAQ

What are the prerequisites to use Make MCP Server?

You need NodeJS, an MCP Client (like Claude Desktop App), and a Make API Key with `scenarios:read` and `scenarios:run` scopes.

How do I install Make MCP Server?

You can install it by adding specific configurations to your `claude_desktop_config.json` file as outlined in the documentation.

What is the output format of the scenarios invoked?

The output is returned as structured JSON, which allows AI assistants to interpret the results effectively.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2364,"uuid":"4619859a-6457-4e56-90a5-2ec29181d5ff","name":"make-mcp-server","title":"Make MCP Server (legacy)","description":"Make MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/8357502?v=4","created_at":"2025-03-13T06:54:52.295Z","updated_at":"2025-03-13T06:55:42.234Z","status":"created","author_name":"integromat","author_avatar_url":"https://avatars.githubusercontent.com/u/8357502?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/integromat/make-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"98\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-12 02:00:34\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]