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.
Quick Start
Clone the repository:
git clone https://github.com/bright8192/esxi-mcp-serverClaude 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.