UIAutomationMcp for Windsurf
io.github.trsdn/mcp-server-uiautomation
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
client:Windsurf
transport:stdio
runtime:nuget
Install UIAutomationMcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server-uiautomation": {
"command": "dnx",
"args": [
"UIAutomationMcp.McpServer",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs