Skip to main content
Cloud PlatformsPython

bright8192/esxi-mcp-server

A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/bright8192/esxi-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "esxi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bright8192/esxi-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
bright8192