orchestrator
2.2510
true
- Getting started
- Best practices
- Organization Modeling in Orchestrator
- Managing Large Deployments
- Automation Best Practices
- Optimizing Unattended Infrastructure Using Machine Templates
- Organizing Resources With Tags
- Orchestrator Read-only Replica
- Exporting grids in the background
- Enforcing user-level Integration Service connection governance
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Resource Catalog Service
- Automation Suite Robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Indexes
- MCP Servers
- About MCP Servers
- Creating UiPath MCP Servers
- Creating a remote MCP Server
- MCP compliance guidelines
- Orchestrator testing
- Integrations
- Troubleshooting

Orchestrator user guide
Last updated Apr 15, 2026
Creating a remote MCP Server
- In the MCP Servers page, select Add MCP Server. The Add MCP Server window is displayed.
- From the top of the page, select the Remote type.
- In the Name field, enter a name for the MCP Server.
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.
- The name must be in
accordance with the Regex rule:
- In the Preview URL, enter a name to preview the full URL.
The Preview URL uses the following format: https://{AutomationSuiteURL}/<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.
- Add a Description of the MCP Server.
- Add the Remote URL for the remotely deployed MCP Server.
- Add the Headers for the MCP Server.
You can use this field for custom HTTP request headers that Orchestrator sends when communicating with the remote MCP Server endpoint. These headers are often used for authentication, such as API keys, or for custom configuration that the MCP Server expects in its requests.
Note:
- Use headers only if your remote MCP Server endpoint expects them for secure communication. Leave this section empty if no additional authentication headers are required.
- When you add a header including terms like
secret,api_key, ortoken, 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.
- Select Add. The MCP Server is created and displayed on the MCP Servers page.