Skip to main content

UiPath MCP SDK

Project description

UiPath MCP Python SDK

PyPI downloads PyPI - Version Python versions

A Python SDK that enables hosting local MCP servers on UiPath Platform.

Installation

pip install uipath-mcp

using uv:

uv add uipath-mcp

Configuration

Environment Variables

Create a .env file in your project root with the following variables:

UIPATH_URL=https://cloud.uipath.com/ACCOUNT_NAME/TENANT_NAME
UIPATH_ACCESS_TOKEN=YOUR_TOKEN_HERE

Servers Definition

// mcp.json
{
  "servers": {
    "my-python-server": {
        "type": "stdio",
        "command": "python",
        "args": ["server.py"]
    },
  }
}

Command Line Interface (CLI)

The SDK also provides a command-line interface for creating, packaging, and deploying Python-based MCP servers:

Authentication

uipath auth

This command opens a browser for authentication and creates/updates your .env file with the proper credentials.

Initialize a Project

uipath init [SERVER]

Creates a uipath.json configuration file for your project. If [SERVER] is not provided, it will create an entrypoint for each MCP server defined in the mcp.json file.

Debug a Project

uipath run [SERVER]

Starts the local MCP Server

Package a Project

uipath pack

Packages your MCP Server into a .nupkg file that can be deployed to UiPath.

Note: Your pyproject.toml must include:

  • A description field (avoid characters: &, <, >, ", ', ;)
  • Author information

Example:

description = "Your package description"
authors = [{name = "Your Name", email = "your.email@example.com"}]

Publish a Package

uipath publish

Publishes the most recently created package to your UiPath Orchestrator.

Project Structure

To properly use the CLI for packaging and publishing, your project should include:

  • A pyproject.toml file with project metadata
  • A mcp.json file with servers metadata
  • A uipath.json file (generated by uipath init)
  • Any Python files needed for your automation

Development

Setting Up a Development Environment

Please read our contribution guidelines before submitting a pull request.

Project details


Release history Release notifications | RSS feed

This version

0.0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uipath_mcp-0.0.2.tar.gz (172.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uipath_mcp-0.0.2-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file uipath_mcp-0.0.2.tar.gz.

File metadata

  • Download URL: uipath_mcp-0.0.2.tar.gz
  • Upload date:
  • Size: 172.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.13

File hashes

Hashes for uipath_mcp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 02b71461df14b9b570d71091ecc87b82b1c6b7a61c72386282c21bdb128d4354
MD5 293d977bae3c20a1a0a1ecfdf80d1bc2
BLAKE2b-256 8e4a61ea399444ddef5796529c89bfe2ad879e7c3b467bc7086892cee03a9be3

See more details on using hashes here.

File details

Details for the file uipath_mcp-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for uipath_mcp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7f6f67034bae946b3d7812af668a531cca384e3cc76cff24c302fb632e10de5b
MD5 78eec5b129550c715d8677609e47cb35
BLAKE2b-256 36721c724e0b7fe9e617ee0e2a62ec443af79a456dabfc7d7eb4ed0671002ff6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page