Skip to main content
Glama
boostspace

Integrator MCP Server

by boostspace

集成器 MCP 服务器(旧版)

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

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

工作原理

MCP 服务器:

  • 连接到您的 Integrator 帐户并识别所有配置了“按需”调度的场景

  • 解析并解决每个场景的输入参数,为AI助手提供有意义的参数描述

  • 允许人工智能助手调用具有适当参数的场景

  • 以结构化 JSON 形式返回场景输出,使 AI 助手能够正确解释结果

Related MCP server: MCP Server for n8n Integration

好处

  • 将您的集成器场景转变为可供 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。

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that enables AI platforms to invoke RPA (Robotic Process Automation) capabilities from YingDao, allowing automated execution of repetitive tasks through AI interactions.
    6
    31 npm
    104
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    2
    -