MCP.so
登录

Vmware Vix Mcp Server

@bivex

关于 Vmware Vix Mcp Server

.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.

基本信息

分类

开发工具

传输方式

stdio

发布者

bivex

提交者

bivex

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "vmware-vix": {
      "command": "cmd",
      "args": [
        "/c",
        "C:\\path\\to\\McpProcessToolSample.exe"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Vmware Vix Mcp Server?

A .NET 9.0 implementation providing VMware VIX API bindings with Model Context Protocol integration for AI-powered virtual machine management. It enables natural language control of VMware VMs on Windows x64 with Workstation or vSphere.

How to use Vmware Vix Mcp Server?

Download VMware VIX SDK and accept the license, build the project with dotnet build -c Release, then configure an MCP client with the server executable path. After setup you can send natural language commands to control VMs.

Key features of Vmware Vix Mcp Server

  • Complete VIX API coverage via P/Invoke declarations
  • AI-driven automation through natural language commands
  • Persistent session management across multiple VM operations
  • Guest OS operations: command execution, file transfer, process monitoring
  • Cross-platform support: Windows x64 with VMware Workstation/vSphere

Use cases of Vmware Vix Mcp Server

  • Connect to a VM and check system uptime using natural language
  • List all running processes in a guest OS
  • Execute commands like df -h to check disk usage
  • Verify user privileges inside a VM

FAQ from Vmware Vix Mcp Server

What does Vmware Vix Mcp Server do?

It integrates VMware’s VIX API with the Model Context Protocol, allowing you to manage virtual machines using plain English instructions.

What are the system requirements?

Windows x64, .NET 9.0 runtime, and VMware Workstation or vSphere. You also need to download and accept the license for VMware VIX SDK.

What tools are provided?

ConnectAndLogin, ExecCommandInGuestSession, ListAllProcessesInGuest, and CheckGuestConnection.

How do I set it up?

Download the VMware VIX SDK, accept the license, then run dotnet build -c Release. Finally, configure your MCP client with the path to the built server executable.

Can I execute commands inside the guest OS?

Yes, using the ExecCommandInGuestSession tool, which supports command execution, file transfer, and process monitoring.

评论

开发工具 分类下的更多 MCP 服务器