wpf visual tree for Cursor
io.github.faze79/wpf-visual-tree
Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.
client:Cursor
transport:stdio
runtime:nuget
Install wpf visual tree in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wpf-visual-tree": {
"type": "stdio",
"command": "dnx",
"args": [
"WpfVisualTreeMcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs