mcpbeat Sign in

VMware Storage MCP Server

local only

VMware Storage runs on your own machine — the client starts it, so there is no endpoint to ping. 1 705 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 882 · avg 159 · -8% w/w
a month agotoday
1 705
Installs / week
pypi · vmware-storage
3
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check VMware Storage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vmware-storage -- uvx vmware-storage
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vmware-storage": {
      "args": [
        "vmware-storage"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vmware-storage]
command = "uvx"
args = ["vmware-storage"]
.cursor/mcp.json
{
  "mcpServers": {
    "vmware-storage": {
      "args": [
        "vmware-storage"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vmware-storage": {
      "args": [
        "vmware-storage"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VMWARE_STORAGE_CONFIG (Path to the config file. Defaults to ~/.vmware-storage/config.yaml.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VMware Storage

same job, measured the same way
VMware Storage
by vmware-skills

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

local only
Resistance Tools
by tonresistor

MCP tools for TON Sites, TON DNS and TON Storage.

46 tools answering
Longhorn MCP
by rafaelgaspar

MCP server for the Longhorn distributed storage manager API, with a --read-only mode.

59 installs/wk local only
TrueNAS AIops
by aiops-tools

Governed TrueNAS SCALE storage ops — 25 MCP tools with audit, budget, undo guards.

292 installs/wk local only
TrueNAS SCALE
by cedricziel

Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key

local only
Gcs
by pulsemcp

MCP server for Google Cloud Storage with fine-grained tool access control.

106 installs/wk local only
2s Io
by 2s-io

575+ agent tools: data, AI gateway, storage/queues/watchers. x402 USDC, no keys, usage billing.

423 installs/wk local only
I
Exoscale MCP Server
by samisouabni

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

61 installs/wk local only

VMware Storage — questions

Answers built from our own checks of this server.

Why is there no uptime for VMware Storage?
VMware Storage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vmware-storage was installed 1 705 times last week.
How do I connect VMware Storage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vmware-storage straight from pypi; nothing to host, nothing to sign up for.
How many people use VMware Storage?
The pypi package vmware-storage was installed 1 705 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VMware Storage open source?
Yes — it is published under the MIT licence, written in Python, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.