vsphere-mcp
Provides tools for managing VMware vSphere virtual machines and hosts, including listing VMs and hosts, and retrieving detailed VM information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vsphere-mcplist all virtual machines in the lab cluster"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vsphere-mcp
MCP (Model Context Protocol) server for VMware vSphere / vCenter operations.
Operate your vSphere infrastructure from Claude Code using natural language.
Note: All development and testing is performed against vcsim (vCenter Server Simulator). No commercial vSphere environment is required or affected.
Features
list_vms - List all virtual machines (filter by host/cluster)
get_vm_info - Get detailed VM information (CPU, memory, disks, NICs, storage)
list_hosts - List all ESXi hosts (filter by cluster)
More tools coming soon (power operations, snapshots, vMotion, etc.)
Quick Start
1. Start vcsim
docker compose up -d2. Install
uv pip install -e .3. Register with Claude Code
claude mcp add --transport stdio vsphere-mcp \
--env VSPHERE_HOST=localhost \
--env VSPHERE_PORT=8989 \
--env VSPHERE_USER=user \
--env VSPHERE_PASSWORD=pass \
--env VSPHERE_IGNORE_SSL=true \
-- uv run vsphere-mcpEnvironment Variables
Variable | Default | Description |
|
| vCenter/ESXi hostname |
|
| API port |
|
| Username |
| (empty) | Password |
|
| Skip SSL certificate verification |
Development
Run tests (requires vcsim running)
docker compose up -d
uv run pytest -vLint
uv run ruff check src/ tests/License
Apache License 2.0
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fukui-yuto/vsphere-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server