Skip to main content
Glama

Make MCP Server

建立 MCP 服务器

模型上下文协议服务器,使 Make 场景能够被 AI 助手用作工具。此集成允许 AI 系统触发您的 Make 自动化工作流程并与其交互。

工作原理

MCP 服务器:

  • 连接到您的 Make 帐户并识别所有配置了“按需”调度的场景
  • 解析并解决每个场景的输入参数,为AI助手提供有意义的参数描述
  • 允许人工智能助手调用具有适当参数的场景
  • 以结构化 JSON 形式返回场景输出(目前处于封闭测试阶段),使 AI 助手能够正确解释结果

好处

  • 将您的 Make 场景转化为可供 AI 助手调用的工具
  • 在 Make 中维护复杂的自动化逻辑,同时向 AI 系统公开功能
  • 在您的人工智能助手和现有自动化工作流程之间建立双向通信

与 Claude Desktop 一起使用

先决条件

  • NodeJS
  • MCP 客户端(如 Claude 桌面应用程序)
  • 使用scenarios:readscenarios:run范围创建 API 密钥

安装

要将此服务器与 Claude Desktop 应用程序一起使用,请将以下配置添加到claude_desktop_config.json的“mcpServers”部分:

{ "mcpServers": { "make": { "command": "npx", "args": ["-y", "@makehq/mcp-server"], "env": { "MAKE_API_KEY": "<your-api-key>", "MAKE_ZONE": "<your-zone>", "MAKE_TEAM": "<your-team-id>" } } } }
  • MAKE_API_KEY - 您可以在 Make 配置文件中生成 API 密钥。
  • MAKE_ZONE - 您的组织所在的区域(例如, eu2.make.com )。
  • MAKE_TEAM - 您可以在团队页面的 URL 中找到该 ID。
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

将您的 Make 场景转化为 AI 助手可调用的工具。充分利用您现有的自动化工作流程,同时使 AI 系统能够无缝触发并与之交互。

  1. 工作原理
    1. 好处
      1. 与 Claude Desktop 一起使用
        1. 先决条件
        2. 安装

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This server provides a minimal template for creating AI assistant tools using the ModelContextProtocol, featuring a simple 'hello world' tool example and development setups for building custom MCP tools.
        Last updated -
        1
        1
        8
        TypeScript
        The Unlicense
        • Apple
      • -
        security
        F
        license
        -
        quality
        A demonstration project that uses Cloudflare Workers MCP to create custom AI tools that can be integrated with Claude, Cursor, and other AI assistants supporting the Model Context Protocol.
        Last updated -
        26
        TypeScript
      • A
        security
        A
        license
        A
        quality
        Provides tools for interacting with Targetprocess, a project management and agile planning platform, enabling AI assistants to search, create, and update project entities with proper validation.
        Last updated -
        5
        4
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables AI models to dynamically create and execute their own custom tools through a meta-function architecture, supporting JavaScript, Python, and Shell runtimes with sandboxed security and human approval flows.
        Last updated -
        2
        JavaScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/integromat/make-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server