.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.
Server Config
{
"mcpServers": {
"vmware-vix": {
"command": "cmd",
"args": [
"/c",
"C:\\path\\to\\McpProcessToolSample.exe"
]
}
}
}