MCP Virtual Computer for Claude Desktop
io.github.flujo-app/mcp-virtual-computer
A persistent Docker or Fly computer with a Three.js interface and optional live Xfce desktop.
client:Claude Desktop
transport:stdio
runtime:pypi
Install MCP Virtual Computer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-virtual-computer": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs