Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Make Dot Com

    An MCP server implementation that integrates parts of the Make.com API

    1 stars
    TypeScript
    Updated Sep 22, 2025

    Table of Contents

    • Scopes of API_KEY
    • Features
    • Tools
    • Configuration
    • Usage with Claude Desktop
    • Manual setup

    Table of Contents

    • Scopes of API_KEY
    • Features
    • Tools
    • Configuration
    • Usage with Claude Desktop
    • Manual setup

    Documentation

    Make.com MCP Server

    An MCP server implementation that integrates the Make.com API, providing reading make resources like scenario blueprints, users.

    Scopes of API_KEY

    I granted the following scopes to the API key:

    • agents:read
    • apps:read
    • connections:read
    • custom-property-structures:read
    • datastores:read
    • devices:read
    • scenarios:read
    • scenarios:run
    • scenarios:write
    • teams:read

    Features

    • Blueprint: Reads the blueprint of a scenario.

    Tools

    • read_make_dot_com_scenario_blueprint
    • Reads the JSON blueprint of a scenario
    • Inputs:
    • scenario_id (number): Scenario ID
    • draft (boolean, optional): If this parameter is set to true, the draft version of the scenario blueprint will be retrieved. If set to false, the live version of the blueprint will be retrieved. In case that the blueprintId parameter is set to the query as well, this parameter is ignored.

    Configuration

    Usage with Claude Desktop

    Clone this repo and run bin/setup. Either pass your Make.com API key as the first argument, via MAKE_DOT_COM_API_KEY environment variable or pass the --use-op flag with the secret ref.

    Manual setup

    Clone this repo, run npm install in it. This should generate a dist/index.js file. Copy the path of this file into the claude_desktop_config.json like this:

    json
    {
      "mcpServers": {
        "make-dot-com": {
          "command": "node",
          "args": ["/full/absolute/path/to/mcp-server-make-dot-com/dist/index.js"],
          "env": {
            "MAKE_DOT_COM_API_KEY": "your-api-key-from-make-dot-com",
            "MAKE_DOT_COM_BASE_URL": "eu2.make.com"
          }
        }
      }
    }

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k