Uipath MCP Server
Rank #48,002io.github.asklokesh/uipath-mcp-server
MCP server providing uipath-server capabilities
Uipath MCP Server is a Model Context Protocol (MCP) server published by asklokesh. It ranks #48,002 of 115,591 servers tracked on MCP Toplist. Uipath MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 9, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 67,589 of 115,591 servers on MCP Toplist.
Use Uipath MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add uipath-mcp-server -e "UIPATH_API_KEY=<your UIPATH_API_KEY>" -e "UIPATH_API_URL=<your UIPATH_API_URL>" -- uvx uipath-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.uipath-mcp-server]
command = "uvx"
args = ["uipath-mcp-server"]
[mcp_servers.uipath-mcp-server.env]
UIPATH_API_KEY = "<your UIPATH_API_KEY>"
UIPATH_API_URL = "<your UIPATH_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "<your UIPATH_API_KEY>",
"UIPATH_API_URL": "<your UIPATH_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "<your UIPATH_API_KEY>",
"UIPATH_API_URL": "<your UIPATH_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"uipath-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "<your UIPATH_API_KEY>",
"UIPATH_API_URL": "<your UIPATH_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "<your UIPATH_API_KEY>",
"UIPATH_API_URL": "<your UIPATH_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uipath-mcp-server": {
"command": "uvx",
"args": [
"uipath-mcp-server"
],
"env": {
"UIPATH_API_KEY": "<your UIPATH_API_KEY>",
"UIPATH_API_URL": "<your UIPATH_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.asklokesh%2Fuipath-mcp-server)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Fuipath-mcp-server"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Fuipath-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
asklokesh
Other servers by asklokesh
- Loki Mode#179 · 1 ver
- Servicenow MCP Server#3,411 · 2 vers
- Argocd MCP Server#47,994 · 1 ver
- Chanty MCP Server#47,995 · 1 ver
- Freshbooks MCP Server#47,996 · 1 ver
- Hootsuite MCP Server#47,997 · 1 ver
- Powerbi MCP Server#47,998 · 1 ver
- Quickbooks MCP Server#47,999 · 1 ver
- Rundeck MCP Server#48,000 · 1 ver
- Tableau MCP Server#48,001 · 1 ver
- Zoho Crm MCP Server#48,003 · 1 ver
- Azure MCP Server#50,823 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 31, 2025 |
Frequently asked questions
- Who maintains Uipath MCP Server?
- Uipath MCP Server is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Uipath MCP Server listed on the Official MCP Registry?
- Yes — Uipath MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Uipath MCP Server have?
- MCP Toplist tracks 1 version of Uipath MCP Server, most recently published on Dec 31, 2025.
- Where can I find the source code for Uipath MCP Server?
- The source code for Uipath MCP Server is hosted at github.com/asklokesh/uipath-mcp-server.