UIAutomationMCP v0.1.2
π Features
- Native AOT optimized MCP Server (ultra-fast startup)
- Shared runtime architecture for efficient deployment
- Full UI Automation support for Windows applications
- Multi-architecture support (x64 and ARM64)
π Performance
- Startup Time: ~400ms (90%+ faster than traditional .NET)
- Memory Usage: Optimized for minimal footprint
- Package Size: x64: 22.56MB | ARM64: 22.12MB
π¦ Downloads
ββββββββββββββ¬ββββββββ¬βββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββ
Architecture βSize βSHA256 (first 8 chars)βDownload
ββββββββββββββΌββββββββΌβββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββ
Windows x64 β22.56MBβ4E01A519 βUIAutomationMCP-v0.1.2-win-x64.zip
ββββββββββββββΌββββββββΌβββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββ
Windows ARM64β22.12MBβ9D1203E7 βUIAutomationMCP-v0.1.2-win-arm64.zip
ββββββββββββββ΄ββββββββ΄βββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββ
π οΈ Installation
Via Winget (Recommended)
winget install Locomorange.UIAutomationMCP
Manual Installation
- Download the appropriate ZIP file for your architecture
- Extract to your desired location
- Ensure .NET 9.0 Desktop Runtime is installed
- Run uiautomation-mcp.exe from the Server folder
π Requirements
- Windows 10/11 (x64 or ARM64)
- .NET 9.0 Desktop Runtime (automatically installed via winget)
π§ Architecture Details
- Server: Native AOT compiled (~16MB)
- Worker: Framework-dependent (~5MB)
- Monitor: Framework-dependent (~5MB)
- Runtime: Shared .NET runtime (~170MB)
π Package Contents
UIAutomationMCP/
βββ Server/ # Native AOT MCP Server
βββ Worker/ # UI Automation Worker Process
βββ Monitor/ # Event Monitoring Process
βββ Runtime/ # Shared .NET 9.0 Runtime