
Uipath
Let Claude Code or Cursor call UiPath Cloud APIs from chat so you can trigger, inspect, or wire RPA workflows without leaving the agent.
Overview
io.github.asklokesh/uipath-mcp-server is a MCP server for the Build phase that connects agents to the UiPath API over stdio so you can drive RPA orchestration from chat.
What is this MCP server?
- PyPI package `uipath-mcp-server` (0.1.0) with stdio transport for Claude Desktop–style MCP hosts
- Requires `UIPATH_API_KEY`; optional `UIPATH_API_URL` for tenant-specific endpoints
- Run via `uvx` runtime hint—no manual clone required for quick agent setup
- Exposes UiPath API operations as MCP tools so agents can orchestrate enterprise automation from prompts
- GitHub source at asklokesh/uipath-mcp-server for customizing handlers or auth
- Package version 0.1.0 on PyPI (`uipath-mcp-server`)
- Transport: stdio
- 2 documented environment variables (1 required secret: UIPATH_API_KEY)
What problem does it solve?
You want your coding agent to start or inspect UiPath automations, but copying API docs and curl commands into every session wastes time and breaks flow.
Who is it for?
Indie builders and small teams already on UiPath who want MCP-native access from Claude Code or Cursor during integration sprints.
Skip if: Teams that need on-machine robot design, attended automation, or full UiPath Studio workflows without any cloud API access.
What do I get? / Deliverables
After you add the server and `UIPATH_API_KEY`, your agent can call UiPath-backed MCP tools directly while you build or operate workflow-connected products.
- Registered stdio MCP server pointing at UiPath API
- Agent-callable tools backed by your UiPath tenant credentials
- Repeatable env-based config for local and team MCP profiles
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the value is wiring an external automation platform into your agent stack during product and ops integration work. Integrations is the right subphase: this is a stdio MCP bridge to UiPath’s HTTP API, not a standalone skill or local RPA designer.
How it compares
MCP API bridge to UiPath orchestration, not a replacement for UiPath Studio or a packaged agent skill playbook.
Common Questions / FAQ
Who is io.github.asklokesh/uipath-mcp-server for?
Solo builders and small dev teams using UiPath Cloud who want their AI coding agent to query or trigger orchestrator APIs without manual REST calls.
When should I use io.github.asklokesh/uipath-mcp-server?
Use it during Build integrations when you are wiring agents to existing RPA jobs, webhooks, or tenant automation you already run in UiPath.
How do I add io.github.asklokesh/uipath-mcp-server to my agent?
Install the PyPI package with the `uvx` hint, set `UIPATH_API_KEY` (and `UIPATH_API_URL` if needed), register stdio MCP in Claude Code or your host’s MCP config, then restart the client.