Skip to content
Cline

wpf visual tree for Cline

io.github.faze79/wpf-visual-tree

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

client:Cline transport:stdio runtime:nuget

Install wpf visual tree in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

wpf visual tree in other clients