Cover image
Try Now
2025-01-30

Eine MCP -Server -Implementierung, die Teile der make.com -API integriert

3 years

Works with Finder

2

Github Watches

1

Github Forks

0

Github Stars

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:

{
  "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"
      }
    }
  }
}

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • OffchainLabs
  • GO -Umsetzung des Ethereum -Beweises des Anteils

  • huahuayu
  • Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.

  • deemkeen
  • Steuern Sie Ihren MBOT2 mit einer Power Combo: MQTT+MCP+LLM

    Reviews

    1 (1)
    Avatar
    user_X9GioSyk
    2025-04-17

    I'm a dedicated user of mcp-server-make-dot-com by elitau, and I must say it's an outstanding tool for creating reliable servers. The GitHub page (https://github.com/elitau/mcp-server-make-dot-com) offers detailed documentation and seamless integration, making server management a breeze. Highly recommended!