Odel
UIAutomationMcp

UIAutomationMcp

Local
@trsdn2C#MITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

NuGetUIAutomationMcp.McpServerv1.0.2

Published to NuGet as `UIAutomationMcp.McpServer` — run it with your .NET MCP host.

npmuia-mcpv1.0.2

Run

npx -y uia-mcp

MCP client config

{
  "mcpServers": {
    "uiautomationmcp": {
      "command": "npx",
      "args": [
        "-y",
        "uia-mcp"
      ]
    }
  }
}