mcpbeat Sign in

MCP Virtual Computer MCP Server

local only

MCP Virtual Computer runs on your own machine — the client starts it, so there is no endpoint to ping. 3 000 installs a week from pypi. Last commit 3 Sep 2026.

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

3 000
Installs / week
pypi · mcp-virtual-computer
4
Stars
1 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    async def exec(self, request: ExecRequest) -> ExecResult:
    return posixpath.normpath(posixpath.join(workspace_directory, value))
Asks for container control access compose.yaml:19
      - /var/run/docker.sock:/var/run/docker.sock

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-virtual-computer -- uvx mcp-virtual-computer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-virtual-computer": {
      "args": [
        "mcp-virtual-computer"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-virtual-computer]
command = "uvx"
args = ["mcp-virtual-computer"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-virtual-computer": {
      "args": [
        "mcp-virtual-computer"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-virtual-computer": {
      "args": [
        "mcp-virtual-computer"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BACKEND (Computer provider. Use docker for a local container or fly for a permanent Fly Machine.), COMPUTER_ID (Stable identity of the one persistent computer.), DESKTOP_ENVIRONMENT (Start the real Xfce desktop instead of the virtual desktop.), NETWORK_ACCESS (Allow outbound network access from the computer.), AUTO_INSTALL_DOCKER (On Windows, install and start Docker Desktop lazily when needed.), AUTO_INSTALL_FLYCTL (Download flyctl into the user profile when it is missing.), FLY_API_TOKEN (Optional Fly API token. A cached flyctl login is also supported.), EXPOSE_LIFECYCLE_TOOLS (Also expose runtime status and network/desktop switching tools to the model. The MCP App can always use them.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Virtual Computer

same job, measured the same way
MCP Sandbox Computer VM for AI
by flujo-app

Named Docker and Fly Machine sandbox computers with an interactive MCP App dashboard.

362 installs/wk local only
Open Computer Use
by yambr

Give any LLM its own computer — Docker sandboxes with bash, browser, docs, and sub-agents

local only
Sandbox Env MCP
by hs3434

Persistent Docker/SSH sandbox for AI agents: shell exec, file ops, audit log.

71 installs/wk local only
MCP Docker Release Information
by dockersamples

MCP server providing Docker Desktop release notes and security information.

local only
Phosphor
by kirusshenkin

Hosts, metrics, Docker and authorized_keys over a macOS terminal's live SSH connections

local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
Arcane RMCP
by dinglebear

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

52 installs/wk local only
Synapse RMCP
by dinglebear

Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.

59 installs/wk local only

MCP Virtual Computer — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Virtual Computer?
MCP Virtual Computer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-virtual-computer was installed 3 000 times last week.
How do I connect MCP Virtual Computer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-virtual-computer straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Virtual Computer?
The pypi package mcp-virtual-computer was installed 3 000 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Virtual Computer open source?
Yes — it is published under the MIT licence, written in HTML, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.