Integrator MCP Server
集成器 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:read和scenarios: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。
This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
AlicenseBqualityCmaintenanceA 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.631 npm104MIT- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.-
- FlicenseNot gradedqualityDmaintenanceA 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-
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that connects AI assistants with the Kernel platform, enabling them to deploy applications, automate web browsers, and manage cloud resources.36MIT