UIAutomationMcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UIAutomationMcpclick the OK button in the current dialog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UIAutomationMcp
Windows UI Automation toolkit with three aligned entry points:
CLI (
uiamcp)MCP server (
UIAutomationMcp.McpServer)VS Code extension (
uia-mcp)
Install
VS Code extension (recommended) — install
trsdn.uia-mcp
from the Marketplace (code --install-extension trsdn.uia-mcp), or
install the UIAutomationMcp-<version>.vsix from the
latest release.
Self-contained; bundles the MCP server, the CLI, and both agent skills.
Claude Desktop — download uia-mcp-<version>.mcpb from the latest release and
double-click it.
npm — uia-mcp ships the MCP server with
the .NET runtime bundled, so it needs no prerequisites:
{
"mcpServers": {
"uia-mcp": { "command": "npx", "args": ["-y", "uia-mcp"] }
}
}NuGet .NET tools
dotnet tool install --global UIAutomationMcp.McpServer # MCP server -> uiamcp-server
dotnet tool install --global UIAutomationMcp.CLI # CLI -> uiamcpStandalone ZIP — UIAutomationMcp-MCP-Server-<version>-windows.zip contains the
self-contained MCP server and CLI; no .NET runtime required.
Requires Windows and an interactive desktop session. UI Automation cannot run headless.
Related MCP server: atomic-computer-mcp
Lineage
This repository is part of the broader MCP automation lineage and intentionally keeps attribution to earlier work by Stefan Brönner.
It also keeps the historical reference to Excel MCP as a related sibling project in that lineage, even though this repository itself is focused on Windows UI Automation.
What it does
boots a typed UI Automation client through
Interop.UIAutomationClientreads rich desktop-root and focused-element metadata, including bounds, runtime IDs, and supported patterns
resolves elements from native window handles and screen coordinates
searches UIA trees by name, class name, automation id, framework id, control type, and process id
enumerates immediate children from raw, control, or content tree views
enumerates descendants from raw, control, or content tree views
navigates the UIA tree with raw, control, and content walkers
supports build-cache requests for inspection, search, and navigation
reads text, selection, and key pattern states, including caret position, annotation runs such as spelling errors, and the containing document of an inline element
waits for focus, automation, property-changed, and structure-changed events
performs common actions such as focus, invoke, set-value, toggle, expand/collapse, selection, window state changes, move/resize, scroll, range-value updates, view switching, docking, realizing virtualized items, and MSAA default actions
finds items that a virtualizing list has not materialized yet by asking the container directly, so a search for the 250th row of a 300-row list works without scrolling
reports drag and drop state (
isGrabbed, drop effects, grabbed items) so an in-progress drag can be observed, and resolves automation events to readable names such asDrag_DragStartreads MSAA data through the LegacyIAccessible bridge, so Win32, MFC, and installer windows that expose no native UI Automation provider still report usable names, roles, states, and a runnable default action
reads tabular controls as a cell matrix with row and column headers
exposes the same expanded surface through CLI and MCP
packages the CLI and MCP server inside the VS Code extension
Repository layout
src\UIAutomationMcp.ComInteropsrc\UIAutomationMcp.Servicesrc\UIAutomationMcp.CLIsrc\UIAutomationMcp.McpServersrc\UIAutomationMcp.Smokevscode-extensionmcpb— Claude Desktop bundle sources and build scriptskills— agent skills foruia-clianduia-mcp
Build and validate
dotnet build .\UIAutomationMcp.sln -c Release
.\src\UIAutomationMcp.Smoke\bin\Release\net9.0-windows\UIAutomationMcp.Smoke.exe
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe inspect --root --cache
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe find --focused --scope children --max-results 10 --cache
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe children --focused --view raw --max-results 10
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe descendants --focused --view raw --max-results 25
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe wait-event --event-kind focus --timeout-ms 500
.\src\UIAutomationMcp.CLI\bin\Release\net9.0-windows\uiamcp.exe action focus --focusedRelated docs
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- FlicenseNot gradedqualityDmaintenanceEnables automation of native Windows desktop applications through screen capture, mouse/keyboard control, and waiting for UI changes, exposing them as MCP tools.1-
- AlicenseAqualityAmaintenanceAllows AI clients to see and control Windows 10/11 desktops via MCP, with screenshots, UI Automation, Chrome CDP, keyboard/mouse, and terminal using semantic element targeting.30286MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to select Windows desktop UI elements, windows, or screen regions via mouse hover, then obtain context through UI Automation, screenshots, and local OCR for MCP-compatible clients.2MIT