Integrator MCP サーバー (レガシー)
IntegratorシナリオをAIアシスタントのツールとして利用できるようにするモデルコンテキストプロトコルサーバー。この統合により、AIシステムがIntegratorの自動化ワークフローをトリガーし、操作できるようになります。
注: このプロジェクトは、もともとMake (MIT ライセンス) によって開発されたソフトウェアのフォークです。
これはBoost.spaceによって変更され、メンテナンスされています。
仕組み
MCP サーバー:
- インテグレーターアカウントに接続し、「オンデマンド」スケジュールで構成されたすべてのシナリオを識別します
- 各シナリオの入力パラメータを解析して解決し、AIアシスタントに意味のあるパラメータの説明を提供します。
- AIアシスタントが適切なパラメータでシナリオを呼び出すことを可能にする
- シナリオ出力を構造化されたJSONとして返し、AIアシスタントが結果を適切に解釈できるようにします。
利点
- インテグレーターのシナリオをAIアシスタントの呼び出し可能なツールに変換します
- AI システムに機能を公開しながら、Integrator で複雑な自動化ロジックを維持する
- AIアシスタントと既存の自動化ワークフロー間の双方向通信を作成する
Claude Desktopでの使用
前提条件
- ノードJS
- MCP クライアント (Claude デスクトップ アプリなど)
scenarios:read
およびscenarios:run
スコープを持つインテグレーター API キー
インストール
このサーバーを Claude Desktop アプリで使用するには、 claude_desktop_config.json
の「mcpServers」セクションに次の構成を追加します。
INTEGRATOR_API_KEY
- Integrator プロファイルで API キーを生成できます。INTEGRATOR_TEAM
- ID はチーム ページの URL で確認できます。
This server cannot be installed
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.
AI アシスタントが API 接続を介して Integrator 自動化ワークフローを呼び出して対話できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.Last updated -3461,030TypeScriptMIT License
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -31TypeScript
- -securityFlicense-qualityA 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.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with iOS simulators, perform accessibility testing, manage apps, and automate complex iOS workflows.Last updated -12PythonApache 2.0