統合アプリMCPサーバー
概要
これは、Integration Appを利用したツールを公開するModel Context Protocol (MCP) サーバーの実装です。
ツールの管理
このサーバーは、統合アプリのワークスペースで定義されたアクションをツールとして使用します。この仕組みと各アプリケーションのツールを効果的に管理する方法については、 「ツールの使用」ガイドをご覧ください。
サーバーの実行
- node.jsをインストールする
- 統合アプリのワークスペースでいくつかのアクションを構成する
- Workspace 設定ページから統合アプリ トークンを取得するか、Workspace キーとシークレット ( 認証ガイド) を使用して生成します。
サーバーに 2 つの環境変数を提供する必要があります。
INTEGRATION_APP_TOKEN
- 統合アプリ API にアクセスするためのトークンINTEGRATION_KEY
- ツールを使用する統合のキー
このサーバーは、一度に1つの統合のツールを公開します。複数の統合のツールを公開したい場合は、複数のサーバーを作成するか、複数の統合を反復処理するようにコードを修正してください。
サーバーが構成された claude_desktop_config.json ファイルの例を次に示します。
テスト
すべてが期待どおりに動作するかどうかを理解するには、Claude に利用可能なツールについて問い合わせてください。
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.
この MCP サーバー実装により、ユーザーはモデル コンテキスト プロトコルを通じて、統合アプリのワークスペースからアクションをツールとして管理および公開できます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityAlicense-qualityA server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.Last updated -JavaScriptAGPL 3.0