UiPath Documentation
orchestrator
latest
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator 用户指南

上次更新日期 2026年5月20日

MCP Server authentication

All MCP Server types in UiPath share the same authentication model. Every HTTP request to an MCP Server must include a valid bearer token in the Authorization header. There is no session-based authentication carry-forward, even within an established MCP session.

Supported authentication methods

Four authentication methods are supported:

  • Interactive Login: uipath auth opens a browser, the user logs in, and a token is saved to the local environment. Best for development and local testing.
  • Personal Access Token (PAT): a long-lived, user-scoped token generated in the UiPath Cloud UI. Use it when a token is needed for an HTTP client without a browser flow.
  • External Application (Client Credentials): OAuth 2.0 client credentials for unattended or automated callers, such as CI/CD pipelines and service accounts.
  • MCP OAuth Flow: discovery-based OAuth handled automatically by MCP-aware IDE clients (for example, Visual Studio Code with GitHub Copilot).

For full setup details for each method, check the MCP Server authentication page.

所需权限

Across all server types, the caller's identity must have the MCPServers.View permission in the folder containing the MCP Server in order to connect.

Additional permissions depend on what the tools actually do. For example, invoking process-based tools requires the Processes.View and Jobs.Create permissions, because Orchestrator creates a job for each call.

Constraints by server type

The authentication model is uniform, but one additional constraint applies to UiPath MCP Servers that expose Integration Service activity tools. Those tool calls require user-context tokens (Interactive Login or MCP OAuth). Personal Access Tokens and external application client credentials can connect to the server, but activity tool calls made with them time out.

  • Supported authentication methods
  • 所需权限
  • Constraints by server type

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新