Netwright for Cline
io.github.ricfanin/netwright
Playwright-style automation of .NET desktop apps (WPF, WinForms, WinUI) for AI agents.
client:Cline
transport:stdio
runtime:nuget
Install Netwright in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"netwright": {
"command": "dnx",
"args": [
"Netwright",
"--yes"
],
"env": {
"NETWRIGHT_ALLOW": "<NETWRIGHT_ALLOW>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs