.NET bindings for VMware VIX API with Model Context Protocol server for AI-driven virtual machine automation. Enables natural language control of VMware VMs through AI assistants like Cursor IDE.
Overview
Powerful VMware VIX API .NET bindings with Model Context Protocol server for AI-driven virtual machine automation. Enables natural language control of VMware VMs through AI assistants like Cursor IDE with comprehensive guest OS operations support.
Server Config
{
"mcpServers": {
"vmware-vix": {
"command": "cmd",
"args": [
"/c",
"C:\\path\\to\\McpProcessToolSample.exe"
]
}
}
}