Skip to content
Cursor

VMware VDI (Horizon) for Cursor

io.github.vmware-skills/vmware-vdi

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

client:Cursor transport:stdio runtime:pypi

Install VMware VDI (Horizon) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VMware VDI (Horizon) in other clients