# UIAutomationMcp (nuget · UIAutomationMcp.McpServer)

Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.

- Trust score: 49/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- nuget · `UIAutomationMcp.McpServer`: 49/100 (this document), [markdown](https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver.md), [page](https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver)

## Channel facts

- Registry: `nuget`
- Package: `UIAutomationMcp.McpServer`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 36/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 1485 tokens (~87/item across 17 items; 17 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - 0% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add trsdn-mcp-server-uiautomation -- dnx UIAutomationMcp.McpServer@1.0.0 --yes
```

### Codex

```bash
codex mcp add trsdn-mcp-server-uiautomation -- dnx UIAutomationMcp.McpServer@1.0.0 --yes
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "trsdn-mcp-server-uiautomation": {
      "type": "local",
      "command": [
        "dnx",
        "UIAutomationMcp.McpServer@1.0.0",
        "--yes"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  trsdn-mcp-server-uiautomation:
    command: "dnx"
    args: ["UIAutomationMcp.McpServer@1.0.0", "--yes"]
```

### Other

```json
{
  "mcpServers": {
    "trsdn-mcp-server-uiautomation": {
      "command": "dnx",
      "args": [
        "UIAutomationMcp.McpServer@1.0.0",
        "--yes"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-21 (score 49, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-20 (score 34)

First indexed and scored.

## MCP tools (17)

### `uia_selection` (~135 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_descendants` (~151 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `maxResults` (integer)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `view` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_snapshot` (~6 tokens)

### `uia_handle` (~13 tokens)

Input parameters:

- `handle` (integer, required)

### `uia_focused` (~7 tokens)

### `uia_action` (~162 tokens)

Input parameters:

- `action` (string, required)
- `automationId` (string|null)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `intValue` (integer|null)
- `name` (string|null)
- `number` (number|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `secondNumber` (number|null)
- `secondValue` (string|null)
- `value` (string|null)
- `x` (integer|null)
- `y` (integer|null)

### `uia_find_automation_id` (~17 tokens)

Input parameters:

- `automationId` (string, required)

### `uia_find_name` (~14 tokens)

Input parameters:

- `name` (string, required)

### `uia_children` (~150 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `maxResults` (integer)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `view` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_navigate` (~150 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `direction` (string, required)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `view` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_point` (~20 tokens)

Input parameters:

- `x` (integer, required)
- `y` (integer, required)

### `uia_inspect` (~136 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_find_class` (~15 tokens)

Input parameters:

- `className` (string, required)

### `uia_find` (~143 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `maxResults` (integer)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_wait_event` (~170 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `eventId` (integer|null)
- `eventKind` (string, required)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `name` (string|null)
- `processId` (integer|null)
- `propertyId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `timeoutMs` (integer)
- `x` (integer|null)
- `y` (integer|null)

### `uia_text` (~135 tokens)

Input parameters:

- `automationId` (string|null)
- `cache` (boolean)
- `cacheScope` (string)
- `cacheView` (string)
- `className` (string|null)
- `controlType` (integer|null)
- `focused` (boolean)
- `frameworkId` (string|null)
- `fromFocused` (boolean)
- `handle` (integer|null)
- `name` (string|null)
- `processId` (integer|null)
- `root` (boolean)
- `scope` (string)
- `x` (integer|null)
- `y` (integer|null)

### `uia_desktop` (~7 tokens)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver#diagnostics

## Score history

- 2026-08-22: 49
- 2026-08-21: 49
- 2026-08-20: 34

## Links

- NuGet package: https://www.nuget.org/packages/UIAutomationMcp.McpServer
- Socket report: https://socket.dev/nuget/package/UIAutomationMcp.McpServer
- Repository: https://github.com/trsdn/mcp-server-uiautomation
- Changelog RSS feed: https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver.xml
- Changelog JSON feed: https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver.json
- HTML version of this page: https://verifymcp.io/servers/trsdn-mcp-server-uiautomation/uiautomationmcp-mcpserver
