orchestrator
latest
false
- 入门指南
- 最佳实践
- 租户
- Cloud Robots
- 文件夹上下文
- 自动化
- 流程
- 作业
- Apps
- 触发器
- 日志
- 监控
- 队列
- 资产
- 业务规则
- 存储桶
- MCP 服务器
- 索引
- Orchestrator 测试
- 资源目录服务
- 集成
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator 用户指南
上次更新日期 2025年10月31日
模型上下文协议 (MCP) 是用于在 LLM 或智能体与应用程序之间通信和共享上下文的协议。
UiPath Platform 提供全面的 MCP 支持,使您能够构建 MCP 服务器或将其引入您的自动化工作流程。您可以选择以下 MCP 服务器类型:
- UiPath:通过 MCP 将 UiPath 工件公开为工具。 您可以直接在平台界面构建 UiPath MCP 服务器。工具可以包含 UiPath 工件,例如 RPA 工作流程、智能体、API 工作流程和智能体流程。
- Coded: Host a custom-coded MCP Server. You can bring a coded MCP Server to the UiPath Platform in a similar way you can build and deploy coded agents. The code is stored, versioned, and distributed through the UiPath internal package management system. This allows tighter control, easier updates, and native integration with Orchestrator.
- Command: Bring an MCP Server from an external package feed via command. This allows you to integrate an existing MCP Server from an external package feed using a platform-supported command, such as NPM for Node.js or PyPI for Python. Instead of using a UiPath package, the command starts an external process that hosts the MCP Server.
- Remote: Connect to remote MCP Servers outside UiPath via secure tunneling. This setup allows the exposure of multiple MCP Servers, each authorized with different providers, through the UiPath Platform.
注意:如果您正在使用基于外部代码或命令的外部 MCP 服务器,则需要确保使用的是信任的提供程序。
下表介绍了“MCP 服务器”页面上可用的字段:
| 字段 | 描述 |
|---|---|
| 名称 | MCP 服务器的显示名称。 |
| 类型 | MCP 服务器的类型:
|
| 状态 | MCP 服务器的当前运行状态。 |
| 描述 | MCP 服务器的简短描述。 |