- Mcp Virtualbox
Mcp Virtualbox
Let AI see, click, type, and fully operate virtual machines
Overview
mcp-virtualbox
Let AI see, click, type, and fully operate virtual machines - from bare metal OS installation to daily use, no human needed.
30 tools that give AI full VirtualBox control through two modes:
-
Vision loop - screenshot the VM screen, read it, send keyboard/mouse input. Install any OS from any ISO without scripting.
-
Text mode - switch to SSH, WinRM, or Guest Additions for fast command execution once the OS is running.
Quick setup
Claude Code (easy install)
/plugin marketplace add chryaner/mcp-virtualbox /plugin install mcp-virtualbox@mcp-virtualbox
Manual
{
"mcpServers": {
"mcp-virtualbox": {
"command": "npx",
"args": ["-y", "mcp-virtualbox"]
}
}
}
Requires VirtualBox 7.x and Node.js 18+. Provide your own OS installer ISO.
What you can do
- Install any OS from an ISO - the AI clicks through the entire installer
- Test your app's installer on a clean Windows machine
- Compile code on legacy Linux (CentOS 6, etc.)
- Run legacy software that needs old Windows (XP, 2000)
- Create disposable VMs for untrusted files
- Set up dev environments on a different OS than your host
Server Config
{
"mcpServers": {
"mcp-virtualbox": {
"command": "npx",
"args": [
"-y",
"mcp-virtualbox"
]
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
Eiliya RaizisStar
-Language
-License
-Tags