- Démarrage
- Meilleures pratiques
- Locataire
- À propos du contexte du locataire
- Recherche de ressources dans un locataire
- Gestion des Robots
- Connexion des Robots à Orchestrator
- Enregistrement des identifiants du Robot dans CyberArk
- Stockage des mots de passe de l’Unattended Robot dans Azure Key Vault (lecture seule)
- Stockage des informations d’identification de l’Unattended Robot dans HashiCorp Vault (lecture seule)
- Stockage des informations d'identification du robot Unattended dans AWS Secrets Manager (lecture seule)
- Suppression des sessions Unattended déconnectées et qui ne répondent pas
- Authentification du Robot
- Authentification du Robot avec les informations d'identification du client
- Configurer les capacités d’automatisation
- Solutions
- Audit
- Paramètres
- Registre
- Cloud Robots
- Présentation des robots cloud
- Exécution d'automatisations Unattended à l'aide de Cloud Robots - VM
- Téléchargement de votre propre image
- Réutilisation des images de machines personnalisées (pour les pools manuels)
- Réinitialisation des informations d'identification d'une machine (pour les pools manuels)
- Surveillance
- Mises à jour de sécurité
- Demander un essai
- Questions fréquemment posées
- Configuration du VPN pour les robots du cloud
- Configurer une connexion ExpressRoute
- Diffusion en direct et contrôle à distance
- Robots Automation Suite
- Contexte des dossiers
- Processus (Processes)
- Tâches (Jobs)
- Apps
- Déclencheurs (Triggers)
- Journaux (Logs)
- Surveillance
- Index
- Files d'attente (Queues)
- Actifs
- À propos des actifs
- Gestion des actifs dans Orchestrator
- Gestion des actifs dans Studio
- Stockage des ressources dans Azure Key Vault (lecture seule)
- Stockage des ressources dans HashiCorp Vault (lecture seule)
- Stockage des ressources dans AWS Secrets Manager (lecture seule)
- Stocker des ressources dans Google Secret Manager (lecture seule)
- Connexions
- Règles métier
- Compartiments de stockage
- Serveurs MCP
- À propos des serveurs MCP
- Directives de conformité MCP
- Tests d'Orchestrator
- Service de catalogue de ressources
- Intégrations
- Résolution des problèmes
Guide de l'utilisateur d'Orchestrator
La disponibilité des fonctionnalités dépend de l'offre Cloud que vous utilisez. Pour de plus amples informations, consultez la page Disponibilité des fonctionnalités.
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 | Hébergement | Configuration | Cas d'utilisation typique |
|---|---|---|---|
| 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:
| Champ | Description |
|---|---|
| Nom | Le nom d’affichage du serveur MCP. |
| Saisie de texte | The type of the MCP Server: UiPath, Remote, Command, Coded, or Self-Hosted. |
| État (Status) | Le statut opérationnel actuel du serveur MCP. |
| Description | Une brève description du serveur MCP. |