An MCP (Model Context Protocol) Server that acts as a standardized interface exposing VMware vCenter functionalities as Tools directly consumable by AI models (LLMs)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vmware-vsphere-mcp-s": {
"command": "uvx",
"args": [
"vmware-vsphere-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vmware-vsphere-mcp-s uvx vmware-vsphere-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vmware-vsphere-mcp-s": {
"command": "uvx",
"args": [
"vmware-vsphere-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install vmware-vsphere-mcp-server