Netwright for Windsurf
io.github.ricfanin/netwright
Playwright-style automation of .NET desktop apps (WPF, WinForms, WinUI) for AI agents.
client:Windsurf
transport:stdio
runtime:nuget
Install Netwright in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"netwright": {
"command": "dnx",
"args": [
"Netwright",
"--yes"
],
"env": {
"NETWRIGHT_ALLOW": "<NETWRIGHT_ALLOW>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs