Back to MCP Servers
Esxi
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
cloud-platformsapirest
By bright8192
Installation
npx -y esxi-mcp-serverConfiguration
{
"mcpServers": {
"esxi-mcp-server": {
"command": "npx",
"args": ["-y", "esxi-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes