Skip to content
Zed

WpfPilot MCP for Zed

io.github.skuzadev/wpfpilot-mcp

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

client:Zed transport:stdio runtime:npm

Install WpfPilot MCP in Zed

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

{
  "context_servers": {
    "wpfpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@skuzadev/wpfpilot-mcp"
      ]
    }
  }
}

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

WpfPilot MCP in other clients