- 基本情報
- ベスト プラクティス
- テナント
- レジストリ
- Cloud ロボット
- Automation Suite ロボット
- フォルダー コンテキスト
- プロセス
- ジョブ
- Apps (アプリ)
- トリガー
- ログ
- 監視
- インデックス
- キュー
- アセット
- コネクション
- ビジネス ルール
- ストレージ バケット
- MCP サーバー
- MCP サーバーについて
- MCP のコンプライアンス ガイドライン
- Orchestrator のテスト
- リソース カタログ サービス
- Integrations
- トラブルシューティング
Orchestrator ユーザー ガイド
利用可能な機能は、使用するクラウド製品によって異なります。詳しくは、「 機能の提供状況」をご覧ください。
Model Context Protocol (MCP) is an open standard for connecting AI assistants and agents to the systems where data lives, including content repositories, business tools, and development environments. It defines how context and tools are exposed to AI systems, so that models can discover and invoke capabilities without requiring custom, point-to-point integrations.
For more information about the protocol, check the Model Context Protocol documentation.
The UiPath Platform provides native support for MCP, enabling MCP Servers to be built, hosted, or connected as part of agentic workflows. Through MCP, UiPath artifacts (RPA workflows, agents, API workflows, agentic processes, and Integration Service activities) can be exposed as tools that AI models can consume securely.
MCP Server types
UiPath supports five MCP Server types, each suited to a different scenario. The following table compares the types at a glance. For details, see the dedicated page for each type.
| Server type | ホスティング | セットアップ | 一般的なユース ケース |
|---|---|---|---|
| UiPath MCP Server | UiPath Platform | Artifact selection in Orchestrator | Exposing UiPath artifacts as MCP tools |
| Remote MCP Server | External (public internet or on-prem via UiPath Relay) | Remote URL and headers in Orchestrator | Connecting to MCP Servers managed outside UiPath |
| Command MCP Server | UiPath Serverless | Command definition in Orchestrator | Running an existing MCP package without repackaging |
| Coded MCP Server | UiPath Serverless | .nupkg published to Orchestrator | Building a custom Python MCP Server on UiPath |
| Self-Hosted MCP Server | User-controlled infrastructure | Local registration via uipath run | Running a Coded or Command MCP Server on your own infrastructure |
Command, Coded, and Self-Hosted servers share a common runtime, configuration format, and transport. For details, check MCP Server shared foundation.
When connecting an MCP Server that is based on external code or commands, use a trusted provider.
MCP Servers page fields
The following table describes the fields available on the MCP Servers page in Orchestrator:
| フィールド | 説明 |
|---|---|
| 名前 | MCP サーバーの表示名 |
| 入力 | The type of the MCP Server: UiPath, Remote, Command, Coded, or Self-Hosted. |
| ステータス | MCP サーバーの現在の動作ステータス |
| 説明 | MCP サーバーの簡単な説明 |