MCP Virtual Computer for Grok
io.github.flujo-app/mcp-virtual-computer
A persistent Docker or Fly computer with a Three.js interface and optional live Xfce desktop.
client:Grok
transport:stdio
runtime:pypi
Install MCP Virtual Computer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-virtual-computer": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-virtual-computer"
],
"env": {
"BACKEND": "<BACKEND>",
"COMPUTER_ID": "<COMPUTER_ID>",
"DESKTOP_ENVIRONMENT": "<DESKTOP_ENVIRONMENT>",
"NETWORK_ACCESS": "<NETWORK_ACCESS>",
"AUTO_INSTALL_DOCKER": "<AUTO_INSTALL_DOCKER>",
"AUTO_INSTALL_FLYCTL": "<AUTO_INSTALL_FLYCTL>",
"FLY_API_TOKEN": "<FLY_API_TOKEN>",
"EXPOSE_LIFECYCLE_TOOLS": "<EXPOSE_LIFECYCLE_TOOLS>"
}
}
}
}
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