UiPath Documentation
orchestrator
latest
false
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário do Orchestrator

Última atualização 18 de mai de 2026

MCP Server shared foundation

Command, Coded, and Self-Hosted MCP Servers all run code-based MCP Server implementations and share a common foundation. This page describes the runtime, transport, and configuration format that they have in common.

Runtime library

The shared runtime is built on uipath-mcp-python, an open-source Python library that provides the runtime, SDK, and CLI for building and running MCP Servers on the UiPath Platform. It is built on top of the uipath-python library.

Transport

Communication with the platform flows over Streamable HTTP. A single process handles multiple sessions concurrently, each on its own connection, and the same transport is exposed to external MCP clients. This is the recommended path for new MCP Servers.

The older stdio transport, which starts a new process per session, is deprecated and retained only for backwards compatibility with MCP Servers built before Streamable HTTP support was introduced.

Configuration format

Each MCP Server is described by an mcp.json configuration file, which defines the servers available in the runtime environment: their type, entry point, and arguments. The format is shared across Command, Coded, and Self-Hosted MCP Servers.

  • Runtime library
  • Transport
  • Configuration format

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades