MCP server for VirtualBox: full VBoxManage coverage in 11 domain tools, verified OS image catalog, bundled Claude Code skills
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"virtualbox-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/bryanjbelanger/virtualbox-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add virtualbox-mcp-serve go run github.com/bryanjbelanger/virtualbox-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"virtualbox-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/bryanjbelanger/virtualbox-mcp-server@latest"
]
}
}
}