wpf-devtools-mcp

Evanlau1798/wpf-devtools-mcp
★ 0 stars C# Memory/Knowledge Updated today
WPF DevTools MCP server for AI-assisted WPF diagnostics
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wpf-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Evanlau1798/wpf-devtools-mcp"
      ]
    }
  }
}

README Excerpt

`wpf-devtools-mcp` is a Windows-only Model Context Protocol server for inspecting and interacting with running WPF applications. It exposes WPF-native diagnostics for visual/logical trees, bindings, dependency properties, routed events, layout, screenshots, MVVM state, and controlled runtime mutation.