cloud platforms

Esxi Mcp Server

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

python
cloud
cloud platforms
0
View on GitHub

Installation

npx -y bright8192/esxi-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/bright8192/esxi-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub