MCP server for inspecting WPF application Visual Trees - enables AI agents to debug and analyze WPF UI hierarchies in real-time
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wpfvisualtreemcp": {
"command": "npx",
"args": [
"-y",
"faze79/WPFVisualTreeMcp"
]
}
}
}
Run in terminal:
claude mcp add wpfvisualtreemcp npx -y faze79/WPFVisualTreeMcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"wpfvisualtreemcp": {
"command": "npx",
"args": [
"-y",
"faze79/WPFVisualTreeMcp"
]
}
}
}