.NET bindings for VMware VIX API with Model Context Protocol server for AI-driven virtual machine automation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vixmcp.ai.bridge": {
"command": "npx",
"args": [
"-y",
"bivex/VixMCP.Ai.Bridge"
]
}
}
}
Run in terminal:
claude mcp add vixmcp.ai.bridge npx -y bivex/VixMCP.Ai.Bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"vixmcp.ai.bridge": {
"command": "npx",
"args": [
"-y",
"bivex/VixMCP.Ai.Bridge"
]
}
}
}