Skip to content
Cursor

UIAutomationMcp for Cursor

io.github.trsdn/mcp-server-uiautomation

Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.

client:Cursor transport:stdio runtime:nuget

Install UIAutomationMcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-uiautomation": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "UIAutomationMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

UIAutomationMcp in other clients