orchestrator
latest
false
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Guide de l'utilisateur d'Orchestrator

Dernière mise à jour 31 oct. 2025

Création de serveurs MCP de commande

  1. Sur la page Serveurs MCP, sélectionnez Ajouter un serveur MCP.
    La fenêtre Ajouter un serveur MCP s’affiche.
  2. En haut de la page, sélectionnez le type de Commande.
  3. Dans le champ Nom, nommez le serveur MCP.
    Note: The name is used as the actual slug for the Preview URL. Because of this, make sure that the name you provide respects the following validation criteria:
    • The name must be in accordance with the Regex rule: /^[a-zA-Z0-0]+(?:[-]+[a-zA-Z0-0+)*$/.
    • The value must have a minimum of 3 characters and a maximum of 50 characters.
  4. Dans l’URL de prévisualisation, entrez un nom pour prévisualiser l’URL complète.
    The Preview URL uses the following format: https://cloud.uipath.com/<OrganizationName>/<TenantName>/agenthub_/mcp/<FolderID>/<MCPServerName>.

    Make sure that you have the appropriate permissions to access the folder and create an MCP Server in the folder.

  5. Ajoutez une Description du serveur MCP.
  6. Ajoutez la Commande pour le serveur MCP externe.
    You can use npx commands for Node.js projects or uvx for Python projects. The command must be available in the environment where the MCP Server runs.
  7. Ajoutez les Arguments du serveur MCP externe.

    Arguments are passed directly to the executable and usually include the script or package name, and any additional flags required by the MCP Server.

  8. Ajoutez la Configuration de l’environnement du serveur MCP.

    Environment variables define how the command runs, such as API keys, ports, or runtime options.

    Remarque :
    When you add an environment variable including terms like secret, api_key, or token, the value is automatically masked in after saving. This is also applicable for assets of type Secret.

    The value remains securely stored and is only accessible to serverless robots running the MCP Server job.

  9. Sélectionnez Ajouter (Add).
    Le serveur MCP est créé et affiché sur la page Serveurs MCP.
Check the following example for a command MCP Server example. This example launches a sample MCP Server using an nxp command, listening on port 3001, with a a production environment variable:
Command: npx
Arguments:
  @modelcontextprotocol/server-example
  --port
  3001
Environment Configuration:
  PORT=3001
  NODE_ENV=productionCommand: npx
Arguments:
  @modelcontextprotocol/server-example
  --port
  3001
Environment Configuration:
  PORT=3001
  NODE_ENV=production

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.