← Back to Plugins
MCP Server MCP

Uipath

github By github 👁 1 views ▲ 0 votes

MCP server for UiPath API integration

Homepage Verified source GitHub

Install

uvx uipath-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "uipath-mcp-server",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API Key for UIPATH",
          "isRequired": true,
          "isSecret": true,
          "name": "UIPATH_API_KEY"
        },
        {
          "description": "API URL for UIPATH",
          "name": "UIPATH_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...