ESXi MCP Server
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
Overview
ESXi MCP Server is a management server for VMware ESXi and vCenter, utilizing the Model Control Protocol (MCP) to provide a simple REST API for managing virtual machines.
To use the ESXi MCP Server, install the required dependencies, create a configuration file with your vCenter details, and run the server using Python.
- Supports connections to ESXi and vCenter Server. - Real-time communication using Server-Sent Events (SSE). - RESTful API interface with JSON-RPC support. - API key authentication for secure access. - Complete lifecycle management for virtual machines. - Real-time performance monitoring of VMs. - SSL/TLS secure connection support. - Flexible configuration options using YAML/JSON/Environment Variables.
- Managing virtual machines in a VMware environment.
- Monitoring performance metrics of virtual machines.
- Automating VM lifecycle operations such as creation, deletion, and power management.
Add to your AI client
Use these steps to connect ESXi MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"esxi-mcp-server-bright8192": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"esxi-mcp-server-bright8192": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"esxi-mcp-server-bright8192": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"esxi-mcp-server-bright8192": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"esxi-mcp-server-bright8192": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"esxi-mcp-server-bright8192": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-esxi-mcp-server-bright8192"
]
}
}
}FAQ
What are the requirements to run ESXi MCP Server?
You need Python 3.7+, along with specific libraries like pyVmomi and mcp-core.
Is there any authentication required?
Yes, all privileged operations require API key authentication.
Can I run this server in a production environment?
Yes, but it is recommended to use valid SSL certificates and enable API key authentication for security.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2798,"uuid":"75afc43f-c3d7-452f-82d2-ead6dca30c9f","name":"esxi-mcp-server","title":"ESXi MCP Server","description":"A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.","avatar_url":"https://avatars.githubusercontent.com/u/136955838?v=4","created_at":"2025-03-14T02:12:57.446Z","updated_at":"2025-03-14T02:55:02.106Z","status":"created","author_name":"bright8192","author_avatar_url":"https://avatars.githubusercontent.com/u/136955838?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/bright8192/esxi-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"20\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 17:22:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]