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).
Published to NuGet as `UIAutomationMcp.McpServer` — run it with your .NET MCP host.
Run
npx -y uia-mcp
MCP client config
{
"mcpServers": {
"uiautomationmcp": {
"command": "npx",
"args": [
"-y",
"uia-mcp"
]
}
}
}