Integrator MCP Server

by boostspace
Verified

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.

Integrations

  • Enables Integrator (Make) scenarios to be utilized as tools, allowing AI assistants to trigger and interact with automation workflows built in Integrator. Supports invoking on-demand scenarios with parameters and receiving structured JSON responses.

集成器 MCP 服务器(旧版)

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

注意:该项目是最初由Make (MIT 许可)开发的软件的一个分支。
它已被修改并由Boost.space维护。

工作原理

MCP 服务器:

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

好处

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

与 Claude Desktop 一起使用

先决条件

  • NodeJS
  • MCP 客户端(如 Claude 桌面应用程序)
  • 集成器 API 密钥,包含scenarios:readscenarios:run范围

安装

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

{ "mcpServers": { "integrator": { "command": "npx", "args": ["-y", "@boostspace/integrator-mcp-server"], "env": { "INTEGRATOR_API_KEY": "<your-api-key>", "INTEGRATOR_TEAM": "<your-team-id>" } } } }
  • INTEGRATOR_API_KEY - 您可以在您的 Integrator 配置文件中生成 API 密钥。
  • INTEGRATOR_TEAM - 您可以在团队页面的 URL 中找到该 ID。
-
security - not tested
A
license - permissive license
-
quality - not tested

模型上下文协议服务器允许 AI 助手通过 API 连接调用和与 Integrator 自动化工作流交互。

  1. How It Works
    1. Benefits
      1. Usage with Claude Desktop
        1. Prerequisites
        2. Installation
      ID: ny32tg6ekm