An MCP (Model Context Protocol) Server that acts as a standardized interface exposing VMware vCenter functionalities as Tools directly consumable by AI models (LLMs)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vsphere-mcp-server": {
"url": "http://vsphere-mcp-server:8000/mcp",
"name": "vSphere MCP Server",
"type": "streamable",
"enabled": true,
"auth_token": null
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server for VMware vSphere management, providing AI agents with full access to virtual infrastructure operations through a secure, Dockerized environment.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / devops
MCP server for using the GitLab API
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
A Unified MCP Server Management App (MCP Manager).
MCP Security Weekly
Get CVE alerts and security updates for Vmware Vsphere Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server for VMware vSphere management, providing AI agents with full access to virtual infrastructure operations through a secure, Dockerized environment.
Clone repo
Configure Environment
cp env.example .env
# Edit .env with your vCenter credentials
docker compose up -d
Create a .env file with the following variables:
# vCenter Connection
VCENTER_HOST=vcenter.domain.local
VCENTER_USER=username@domain.local
VCENTER_PASSWORD=your_password_here
INSECURE=True
# Server Configuration
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
Add the following configuration to your anythingllm_mcp_servers.json:
{
"mcpServers": {
"vsphere-mcp-server": {
"name": "vSphere MCP Server",
"type": "streamable",
"url": "http://vsphere-mcp-server:8000/mcp",
"auth_token": null,
"enabled": true
}
}
}
| Tool | Description | Parameters |
|---|---|---|
list_vms | List all virtual machines | hostname (optional) |
get_vm_details | Get detailed VM information | vm_id, hostname (optional) |
power_on_vm | Power on a virtual machine | vm_id, hostname (optional) |
power_off_vm | Power off a virtual machine | vm_id, hostname (optional) |
restart_vm | Restart a virtual machine | vm_id, hostname (optional) |
| Tool | Description | Parameters |
|---|---|---|
list_hosts | List all ESXi hosts | hostname (optional) |
list_datastores | List all datastores | hostname (optional) |
list_networks | List all networks | hostname (optional) |
list_datacenters | List all datacenters | hostname (optional) |
| Tool | Description | Parameters |
|---|---|---|
get_vm_performance_info | Get VM performance metrics | hostname (optional) |
get_host_performance_info | Get host performance metrics | hostname (optional) |
get_vm_disk_usage | Get VM disk utilization | hostname (optional) |
get_datastore_usage | Get datastore utilization | hostname (optional) |
get_vms_with_high_resource_usage | Find VMs with high resource allocation | hostname (optional) |
| Tool | Description | Parameters |
|---|---|---|
list_vm_snapshots | List |