vmware-vsphere-mcp-server

giuliolibrando/vmware-vsphere-mcp-server
★ 18 stars Python AI/LLM Updated today
An MCP (Model Context Protocol) Server that acts as a standardized interface exposing VMware vCenter functionalities as Tools directly consumable by AI models (LLMs)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vmware-vsphere-mcp-s": {
      "command": "uvx",
      "args": [
        "vmware-vsphere-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install vmware-vsphere-mcp-server