WinCtl for Grok
io.github.sitharaj88/winctl
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
client:Grok
transport:stdio
runtime:npm
Install WinCtl in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"winctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
],
"env": {
"WINCTL_PROFILE": "<WINCTL_PROFILE>",
"WINCTL_TIERS": "<WINCTL_TIERS>",
"WINCTL_ALLOWED_PATHS": "<WINCTL_ALLOWED_PATHS>",
"WINCTL_CONFIRM_DESTRUCTIVE": "<WINCTL_CONFIRM_DESTRUCTIVE>",
"WINCTL_AUDIT_LOG": "<WINCTL_AUDIT_LOG>",
"WINCTL_MAX_IMAGE_WIDTH": "<WINCTL_MAX_IMAGE_WIDTH>"
}
}
}
}
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