WPFVisualTreeMcp

faze79/WPFVisualTreeMcp
★ 5 stars C# 🤖 AI/LLM Updated 12d ago
MCP server for inspecting WPF application Visual Trees - enables AI agents to debug and analyze WPF UI hierarchies in real-time
View on GitHub →

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"
      ]
    }
  }
}

Topics

ai-agentsclaude-codedebuggingdotnetmcpmodel-context-protocolsnoop-wpfvisual-treewpfwpf-inspector