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
{
"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