vmware-fusion-mcp-server
Allows managing VMware Fusion virtual machines, including listing, starting, stopping, suspending, resetting VMs, managing snapshots, checking VMware Tools, and running commands in guest OS.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vmware-fusion-mcp-serverList all my virtual machines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VMware Fusion MCP Server
An MCP (Model Context Protocol) server that lets AI assistants manage VMware Fusion virtual machines on macOS via the vmrun command-line tool.
Prerequisites
macOS with VMware Fusion (or Fusion Pro) installed
Node.js >= 18
The
vmrunbinary (bundled with VMware Fusion at/Applications/VMware Fusion.app/Contents/Library/vmrun)
Related MCP server: vSphere MCP Server
Installation
cd vmware-fusion-mcp-server
npm install
npm run buildConfiguration
Claude Desktop / Claude Code
Add this to your MCP settings (e.g. claude_desktop_config.json or .claude.json):
{
"mcpServers": {
"vmware-fusion": {
"command": "node",
"args": ["/path/to/vmware-fusion-mcp-server/dist/index.js"],
"env": {}
}
}
}Custom vmrun path
If VMware Fusion is installed in a non-standard location, set the VMRUN_PATH environment variable:
{
"env": {
"VMRUN_PATH": "/custom/path/to/vmrun"
}
}Available Tools
Tool | Description |
| List all currently running VMs |
| Discover all VMs on the system (scans common directories) |
| Get detailed info about a specific VM (OS, RAM, CPUs, IP) |
| Start (power on) a VM, optionally headless |
| Stop a VM (soft/graceful or hard/forced) |
| Suspend a running VM to disk |
| Reboot a VM (soft or hard) |
| Get the guest OS IP address |
| List all snapshots of a VM |
| Create a new snapshot |
| Revert to a previous snapshot |
| Delete a snapshot |
| Check VMware Tools status in the guest |
| Run a program inside the guest OS |
Example Usage
Once connected, you can ask your AI assistant things like:
"List all my virtual machines"
"Start my Ubuntu VM"
"What's the IP address of my Windows VM?"
"Create a snapshot called 'before-update' for my dev VM"
"Stop all running VMs gracefully"
How It Works
The server wraps VMware Fusion's vmrun CLI utility and exposes its functionality as MCP tools. It automatically discovers VMs by scanning standard macOS VM directories (~/Virtual Machines.localized, etc.) and reads .vmx configuration files to extract VM metadata like display names, guest OS type, memory, and CPU count.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anatsheh84/vmware-fusion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server