Skip to content

UIAutomationMcp for Zed

io.github.trsdn/mcp-server-uiautomation

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

client:Zed transport:stdio runtime:nuget

Install UIAutomationMcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

UIAutomationMcp in other clients