--- id: uipath-mcp version: "0.3.0" license: unclear license_treatment: unclear maintenance: active --- # uipath-mcp — UiPath MCP SDK License: unclear · Maintenance: active · Downloads: 162.1K/mo ## What it is and what it does UiPath MCP is a Python SDK for hosting Model Context Protocol servers locally and deploying them to the UiPath Platform. It provides both a programmatic API and a command-line interface for creating, packaging, and publishing MCP servers that integrate with UiPath Orchestrator. The package handles authentication, project initialization, local debugging, and packaging workflows—converting Python-based MCP implementations into deployable packages (.nupkg files) for UiPath infrastructure. The SDK is designed for developers building automation or integration servers that need to run within UiPath's ecosystem. It depends on mcp, pysignalr, uipath-runtime, and uipath, and requires Python 3.11 or later. The package is currently in alpha and actively maintained, though its early status means API or behavioral changes are possible. Use it for: - Build and deploy Python-based MCP servers that extend UiPath Orchestrator's capabilities. - Package local automation logic into distributable .nupkg files for UiPath environments. - Debug and test MCP server implementations locally before publishing to Orchestrator. - Integrate third-party or custom Python services as MCP servers within UiPath workflows. - Manage authentication and credentials for UiPath deployments via the CLI. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Hosts local Model Context Protocol (MCP) servers on the UiPath Platform, enabling Python-based automation servers to integrate with UiPath Orchestrator. Yes, if you are actively developing MCP servers for UiPath Platform. The low install friction, active maintenance, and clear CLI tooling make it straightforward to adopt. However, the alpha status, unclear license, and dependency on four UiPath-specific packages mean this is best suited for teams already committed to the UiPath ecosystem—not for exploratory or one-off use. Verify the license terms and runtime dependency stability before production deployment. ## Install pip install uipath-mcp uv add uipath-mcp poetry add uipath-mcp ## Installing uipath-mcp Before you install: Low install friction with a pure-Python wheel. The package is actively maintained (last commit 2026-08-11) and in alpha status. Four runtime dependencies (mcp, pysignalr, uipath-runtime, uipath) are required; their stability and availability should be verified before committing to production use. License in practice: License treatment is unclear—no SPDX identifier or raw license text is declared. Verify the actual license terms in the repository before using in commercial or proprietary projects. Quickstart: pip install uipath-mcp # Create mcp.json with server config, then: from uipath_mcp import ... # Use CLI for setup: # uipath auth # uipath init # uipath run [SERVER] Requires Python 3.11 or later. UiPath Orchestrator credentials and a properly configured mcp.json file are needed for full functionality. Verify before relying: - Stability and maturity of the four runtime dependencies (mcp, pysignalr, uipath-runtime, uipath) in production environments. - Whether the alpha status (Development Status :: 3) indicates API surface or behavioral changes are expected in near-term releases. - Actual license terms and any restrictions on use or redistribution. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 162.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags MCP server hosting UiPath, Python MCP integration, UiPath automation SDK, model context protocol server, UiPath orchestrator integration, local MCP deployment, Python automation framework, uipath-integration, mcp-server, automation-framework [View on SkillFed](https://skillfed.io/packages/uipath-mcp) · [View on PyPI](https://pypi.org/project/uipath-mcp/)