VirtualBuddy (MCP Server)

GitHub

Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3, M4

Claude Desktop Configuration

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

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