Skip to content
Grok

VMware VDI (Horizon) for Grok

io.github.vmware-skills/vmware-vdi

VMware/Omnissa Horizon VDI ops: pools, sessions, machines, images — 27 MCP tools.

client:Grok transport:stdio runtime:pypi

Install VMware VDI (Horizon) 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-vdi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-vdi"
      ],
      "env": {
        "VMWARE_VDI_CONFIG": "<VMWARE_VDI_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 VDI (Horizon) in other clients