Loading MCP server directory, please wait...
A persistent Docker computer rendered as a Three.js laptop, with an optional live Xfce desktop.
npx @getmcp/cli add io.github.flujo-app/mcp-virtual-computerRequires Python 3.10+. Community-contributed server. Review source before installing.
COMPUTER_IDStable identity of the one persistent Docker computer.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.flujo-app/mcp-virtual-computer": {
"command": "uvx",
"args": [
"mcp-virtual-computer"
],
"env": {
"COMPUTER_ID": "agent-workstation",
"DESKTOP_ENVIRONMENT": "true",
"NETWORK_ACCESS": "true",
"AUTO_INSTALL_DOCKER": "true",
"EXPOSE_LIFECYCLE_TOOLS": "false"
}
}
}
}