Integrator MCP Server
Integrator MCP サーバー (レガシー)
IntegratorシナリオをAIアシスタントのツールとして利用できるようにするモデルコンテキストプロトコルサーバー。この統合により、AIシステムがIntegratorの自動化ワークフローをトリガーし、操作できるようになります。
注: このプロジェクトは、もともとMake (MIT ライセンス) によって開発されたソフトウェアのフォークです。
これはBoost.spaceによって変更され、メンテナンスされています。
仕組み
MCP サーバー:
インテグレーターアカウントに接続し、「オンデマンド」スケジュールで構成されたすべてのシナリオを識別します
各シナリオの入力パラメータを解析して解決し、AIアシスタントに意味のあるパラメータの説明を提供します。
AIアシスタントが適切なパラメータでシナリオを呼び出すことを可能にする
シナリオ出力を構造化されたJSONとして返し、AIアシスタントが結果を適切に解釈できるようにします。
Related MCP server: MCP Server for n8n Integration
利点
インテグレーターのシナリオをAIアシスタントの呼び出し可能なツールに変換します
AI システムに機能を公開しながら、Integrator で複雑な自動化ロジックを維持する
AIアシスタントと既存の自動化ワークフロー間の双方向通信を作成する
Claude Desktopでの使用
前提条件
ノードJS
MCP クライアント (Claude デスクトップ アプリなど)
scenarios:readおよびscenarios:runスコープを持つインテグレーター API キー
インストール
このサーバーを 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- ID はチーム ページの URL で確認できます。
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