Integrator MCP Server (legacy)
@boostspace
关于 Integrator MCP Server (legacy)
Integrator MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"integrator": {
"command": "npx",
"args": [
"-y",
"@boostspace/integrator-mcp-server"
],
"env": {
"INTEGRATOR_API_KEY": "<your-api-key>",
"INTEGRATOR_TEAM": "<your-team-id>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Integrator MCP Server (legacy)?
A Model Context Protocol server that enables Integrator scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Integrator automation workflows.
How to use Integrator MCP Server (legacy)?
Install via npx and configure the environment variables INTEGRATOR_API_KEY and INTEGRATOR_TEAM in your MCP client settings (e.g., claude_desktop_config.json). The server then connects to your Integrator account and exposes on-demand scenarios as callable tools.
Key features of Integrator MCP Server (legacy)
- Connects to Integrator and identifies "On-Demand" scenarios.
- Parses and resolves input parameters with meaningful descriptions.
- Allows AI assistants to invoke scenarios with correct parameters.
- Returns scenario output as structured JSON.
- Turns automation workflows into callable AI tools.
Use cases of Integrator MCP Server (legacy)
- Trigger Integrator workflows directly from an AI assistant via natural language.
- Expose complex, multi-step automations to AI systems without rewriting logic.
- Enable bidirectional communication between AI assistants and existing automation pipelines.
- Automate data processing or integration tasks by invoking Integrator scenarios from AI conversations.
FAQ from Integrator MCP Server (legacy)
Which scenarios can be used with this server?
Only scenarios configured with "On-Demand" scheduling are detected and exposed as tools.
What are the prerequisites for running the server?
You need NodeJS, an MCP client (such as the Claude Desktop App), and an Integrator API Key with the scenarios:read and scenarios:run scopes.
How do I obtain an API key and team ID?
Generate an API key in your Integrator profile. Find the team ID in the URL of your Team page.
What is the origin of this project?
This server is a fork of software originally developed by Make (MIT licensed). It has been modified and is maintained by Boost.space.
Does the server store any data locally?
The server acts as a proxy between the MCP client and the Integrator API; no local storage of scenario data is described in the README.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论