Skip to content
Grok

VMware NSX for Grok

io.github.vmware-skills/vmware-nsx

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

client:Grok transport:stdio runtime:pypi

Install VMware NSX in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vmware-nsx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-nsx-mgmt"
      ],
      "env": {
        "VMWARE_NSX_CONFIG": "<VMWARE_NSX_CONFIG>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

VMware NSX in other clients