UIAutomationMcp for VS Code
io.github.trsdn/mcp-server-uiautomation
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
client:VS Code
transport:stdio
runtime:nuget
Install UIAutomationMcp in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-uiautomation": {
"type": "stdio",
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs