MCP server for UiPath API integration
A Model Context Protocol (MCP) server for integrating UiPath with GenAI applications.
Robotic Process Automation (RPA) platform
pip install uipath-mcp-serverOr 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