Uipath
About
MCP server for UiPath API integration
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UIPATH_API_KEY UIPATH_API_URLClaude Code
claude mcp add --env UIPATH_API_KEY= --env UIPATH_API_URL= uipath-mcp-server -- uvx uipath-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"uipath-mcp-server","command":"uvx","args":["uipath-mcp-server"],"env":{"UIPATH_API_KEY":"","UIPATH_API_URL":""}}'
JSON
{
"mcpServers": {
"uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "",
"UIPATH_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.