PluginBench
MCP Server
Active
MIT

VMware Storage MCP Server

io.github.vmware-skills/vmware-storage

What is the VMware Storage MCP server?

VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN.

How to install VMware Storage

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vmware-storage": {
      "command": "uvx",
      "args": [
        "vmware-storage"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vmware-storage": {
      "command": "uvx",
      "args": [
        "vmware-storage"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vmware-storage": {
      "command": "uvx",
      "args": [
        "vmware-storage"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vmware-storage": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-storage"
      ]
    }
  }
}
Claude Code
claude mcp add vmware-storage -- uvx vmware-storage

Related MCP servers

AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools.

69
Python
MIT
View repository →

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

12
Python
MIT
View repository →

VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM.

5
Python
View repository →

vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.

5
Python
MIT
View repository →

VMware NSX security: DFW policies, security groups, tags, Traceflow, IDPS — 21 MCP tools.

4
Python
View repository →

VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools.

2
Python
View repository →