Skip to content
Grok

WpfPilot MCP for Grok

io.github.skuzadev/wpfpilot-mcp

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

client:Grok transport:stdio runtime:npm

Install WpfPilot MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "wpfpilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@skuzadev/wpfpilot-mcp"
      ]
    }
  }
}

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

WpfPilot MCP in other clients