wpf visual tree for Claude Desktop
io.github.faze79/wpf-visual-tree
Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.
client:Claude Desktop
transport:stdio
runtime:nuget
Install wpf visual tree in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wpf-visual-tree": {
"command": "dnx",
"args": [
"WpfVisualTreeMcp",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs