Skip to content
VS Code

wpf visual tree for VS Code

io.github.faze79/wpf-visual-tree

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

client:VS Code transport:stdio runtime:nuget

Install wpf visual tree in VS Code

.vscode/mcp.json

{
  "servers": {
    "wpf-visual-tree": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "WpfVisualTreeMcp",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wpf visual tree in other clients