Loading MCP server directory, please wait...
MCP server for UiPath API integration
npx @getmcp/cli add io.github.asklokesh/uipath-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
UIPATH_API_KEYAPI Key for UIPATH
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "",
"UIPATH_API_URL": ""
}
}
}
}