Skip to content
Cursor

MCP Virtual Computer for Cursor

io.github.flujo-app/mcp-virtual-computer

A persistent Docker or Fly computer with a Three.js interface and optional live Xfce desktop.

client:Cursor transport:stdio runtime:pypi

Install MCP Virtual Computer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Virtual Computer in other clients