wpf-buddy-mcp

lysiuchenko/wpf-buddy-mcp
★ 15 stars C# AI/LLM Updated 3mo ago
MCP server that lets AI agents drive, test, and inspect WPF desktop applications through UI Automation. Attach to any running WPF app, explore screens autonomously, explain UI state, and generate regression tests — all via natural language through the Model Context Protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

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-buddy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lysiuchenko/wpf-buddy-mcp"
      ]
    }
  }
}