VMware NSX
Rank #2,917io.github.vmware-skills/vmware-nsx
VMware NSX networking management with 33 MCP tools: segments, gateways, NAT, routing, IPAM.
VMware NSX is a Model Context Protocol (MCP) server published by zw008. It ranks #2,917 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. VMware NSX is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 112,543 of 115,460 servers on MCP Toplist.
Use VMware NSX
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vmware-nsx -e "VMWARE_NSX_CONFIG=<your VMWARE_NSX_CONFIG>" -- uvx --from vmware-nsx-mgmt vmware-nsx vmware-nsx-mgmt mcpReplace each placeholder with your own value before saving.
[mcp_servers.vmware-nsx]
command = "uvx"
args = ["--from", "vmware-nsx-mgmt", "vmware-nsx", "vmware-nsx-mgmt", "mcp"]
[mcp_servers.vmware-nsx.env]
VMWARE_NSX_CONFIG = "<your VMWARE_NSX_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-nsx": {
"command": "uvx",
"args": [
"--from",
"vmware-nsx-mgmt",
"vmware-nsx",
"vmware-nsx-mgmt",
"mcp"
],
"env": {
"VMWARE_NSX_CONFIG": "<your VMWARE_NSX_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-nsx": {
"command": "uvx",
"args": [
"--from",
"vmware-nsx-mgmt",
"vmware-nsx",
"vmware-nsx-mgmt",
"mcp"
],
"env": {
"VMWARE_NSX_CONFIG": "<your VMWARE_NSX_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vmware-nsx": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"vmware-nsx-mgmt",
"vmware-nsx",
"vmware-nsx-mgmt",
"mcp"
],
"env": {
"VMWARE_NSX_CONFIG": "<your VMWARE_NSX_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-nsx": {
"command": "uvx",
"args": [
"--from",
"vmware-nsx-mgmt",
"vmware-nsx",
"vmware-nsx-mgmt",
"mcp"
],
"env": {
"VMWARE_NSX_CONFIG": "<your VMWARE_NSX_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-nsx": {
"command": "uvx",
"args": [
"--from",
"vmware-nsx-mgmt",
"vmware-nsx",
"vmware-nsx-mgmt",
"mcp"
],
"env": {
"VMWARE_NSX_CONFIG": "<your VMWARE_NSX_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vmware-skills%2Fvmware-nsx)<a href="https://mcptoplist.com/server/io.github.vmware-skills%2Fvmware-nsx"><img src="https://mcptoplist.com/badge/io.github.vmware-skills%2Fvmware-nsx.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
zw008
Other servers by zw008
- VMware AIops#791 · 21 vers
- VMware Monitor#1,671 · 20 vers
- VMware VKS#2,660 · 17 vers
- VMware Harden#2,932 · 17 vers
- VMware Storage#3,165 · 17 vers
- VMware NSX Security#3,381 · 13 vers
- VMware Aria Operations#3,971 · 15 vers
- VMware AVI#4,122 · 13 vers
- VMware Pilot#6,263 · 7 vers
- VMware Debug#6,428 · 7 vers
- VMware Log Insight#6,861 · 7 vers
- VMware VDI (Horizon)#9,842 · 5 vers
Available versions (13)
| Version | Published |
|---|---|
| 1.8.13 | Aug 30, 2026 |
| 1.8.11 | Aug 30, 2026 |
| 1.8.10 | Aug 28, 2026 |
| 1.8.9 | Aug 1, 2026 |
| 1.8.7 | Jul 21, 2026 |
| 1.8.1 | Jul 19, 2026 |
| 1.7.3 | Jul 3, 2026 |
| 1.7.0 | Jun 27, 2026 |
| 1.6.1 | Jun 24, 2026 |
| 1.5.39 | Jun 22, 2026 |
| 1.5.36 | Jun 12, 2026 |
| 1.5.21 | May 8, 2026 |
| 1.5.19 | May 8, 2026 |
Frequently asked questions
- Who maintains VMware NSX?
- VMware NSX is maintained by zw008, which publishes 13 MCP servers (172 total versions) tracked on MCP Toplist.
- Is VMware NSX listed on the Official MCP Registry?
- Yes — VMware NSX is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does VMware NSX have?
- MCP Toplist tracks 13 versions of VMware NSX, most recently published on Aug 30, 2026.
- Where can I find the source code for VMware NSX?
- The source code for VMware NSX is hosted at github.com/zw008/vmware-nsx.