Skip to content
Grok

Netwright for Grok

io.github.ricfanin/netwright

Playwright-style automation of .NET desktop apps (WPF, WinForms, WinUI) for AI agents.

client:Grok transport:stdio runtime:nuget

Install Netwright in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "netwright": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Netwright",
        "--yes"
      ],
      "env": {
        "NETWRIGHT_ALLOW": "<NETWRIGHT_ALLOW>"
      }
    }
  }
}

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

Netwright in other clients