Bridges Claude to UiPath's RPA platform APIs, letting you trigger automations, check job statuses, and manage processes from conversational workflows. Built in Python with async support and includes retry logic plus rate limiting for enterprise environments. The main use case is kicking off UiPath robots or querying automation results without leaving your AI context. Ships with multiple authentication methods and aims for comprehensive API coverage, though the docs don't spell out specific endpoints exposed. Useful if you're orchestrating RPA workflows through Claude and need programmatic access to your UiPath deployment without building custom integrations yourself.
A Model Context Protocol (MCP) server for integrating UiPath with GenAI applications.
Robotic Process Automation (RPA) platform
pip install uipath-mcp-server
Or install from source:
git clone https://github.com/asklokesh/uipath-mcp-server.git
cd uipath-mcp-server
pip install -e .
Create a .env file or set environment variables according to UiPath API requirements.
from uipath_mcp import UipathMCPServer
# Initialize the server
server = UipathMCPServer()
# Start the server
server.start()
MIT License - see LICENSE file for details
UIPATH_API_KEY*secretAPI Key for UIPATH
UIPATH_API_URLAPI URL for UIPATH