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