docker-webtop (MCP Server)

GitHub

Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "docker-webtop": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-docker-webtop"
      ]
    }
  }
}