Skip to content
Claude Desktop

Netwright for Claude Desktop

io.github.ricfanin/netwright

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

client:Claude Desktop transport:stdio runtime:nuget

Install Netwright in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Netwright in other clients