Skip to content

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

MCP Virtual Computer in other clients