Mio Computer-Use Agent for Grok
io.github.mldlbs/mio-cua
Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.
client:Grok
transport:stdio
runtime:pypi
Install Mio Computer-Use Agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mio-cua": {
"type": "stdio",
"command": "uvx",
"args": [
"mio-cua"
]
}
}
}
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