Skip to content
Grok

VMware NSX for Grok

io.github.zw008/vmware-nsx

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

client:Grok transport:stdio runtime:pypi

Install VMware NSX in Grok

.mcp.json (in your project root)

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

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