Skip to content
Grok

wpf visual tree for Grok

io.github.faze79/wpf-visual-tree

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

client:Grok transport:stdio runtime:nuget

Install wpf visual tree in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "wpf-visual-tree": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "WpfVisualTreeMcp",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wpf visual tree in other clients