Skip to main content
Glama

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」セクションに次の構成を追加します。

{ "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 で確認できます。

-
security - not tested
A
license - permissive license
-
quality - not tested

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A 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 -
    132
    1,469
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A 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 -
    5
    2
  • -
    security
    F
    license
    -
    quality
    A 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 -
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A 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 -
    27
    Apache 2.0
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boostspace/integrator-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server