virtualization-mcp
Enables AI assistants to manage virtual machines, sandboxes, and dev environments through VirtualBox, Hyper-V, and Windows Sandbox, supporting VM lifecycle, ISO downloads, networking, and unattended installs.
README
virtualization-mcp
<p align="center"> <a href="https://github.com/casey/just"><img src="https://img.shields.io/badge/just-ready_to_go-7c5cfc?style=flat-square&logo=just&logoColor=white" alt="Just"></a> <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a> <a href="https://python.org"><img src="https://img.shields.io/badge/Python-3.13+-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python"></a> <a href="https://biomejs.dev"><img src="https://img.shields.io/badge/Linted_with-Biome-60a5fa?style=flat-square&logo=biome&logoColor=white" alt="Biome"></a> <a href="https://github.com/PrefectHQ/fastmcp"><img src="https://img.shields.io/badge/FastMCP-3.2-7c5cfc?style=flat-square" alt="FastMCP"></a> </p>
Spin up VMs, sandboxes, and dev environments — from your AI assistant.
A Model Context Protocol server that gives your AI (Claude Desktop, Cursor, etc.) direct control over VirtualBox, Hyper-V, and Windows Sandbox. Talk to your VMs, don't click through menus.
"create an Ubuntu VM, attach the 24.04 ISO, boot it, and set up port forwarding"
→ 30 seconds, all through chat
Quick Start
git clone https://github.com/sandraschi/virtualization-mcp
cd virtualization-mcp
just
This opens an interactive dashboard showing all available commands. Run just bootstrap to install dependencies, then just serve or just dev to start.
Manual Setup
If you don't have just installed:
What you get
| Feature | What it does |
|---|---|
| VMs | Create, start, stop, pause, snapshot, delete — VirtualBox & Hyper-V |
| ISO pipeline | Download Ubuntu, Debian, Windows, Kali directly into assets/vbox |
| Console | VNC browser console via noVNC — see and interact with your VMs |
| Networking | NAT, Bridged, Host-Only, port forwarding — configure per VM |
| Unattended install | autoinstall.yaml / autounattend.xml with dev tools auto-setup |
| Templates | Save VM configs, recreate instantly |
| Windows Sandbox | Launch disposable sandbox with full dev stack (winget + pip + npm) |
| Fleet dashboard | Health-check and launch all registered MCP webapps |
Documentation
- Installation & setup — prerequisites, config, start scripts
- Architecture — how it all fits together
- VirtualBox — VM lifecycle, networking, snapshots
- Hyper-V — Windows-native VM management
- Windows Sandbox — isolated dev environments
- Usage cases — real workflows and examples
Requirements
- Windows 11 Pro/Enterprise/Education (Hyper-V & Sandbox)
- VirtualBox 7.0+ with
VBoxManagein PATH (for VirtualBox features) - Python 3.12+ and Node 20+
- Ollama (optional) — local LLM for the chat feature
License
MIT — do what you want.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.