VMware VDI (Horizon)
Rank #9,842io.github.vmware-skills/vmware-vdi
VMware/Omnissa Horizon VDI ops: pools, sessions, machines, images — 27 MCP tools.
VMware VDI (Horizon) is a Model Context Protocol (MCP) server published by zw008. It ranks #9,842 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. VMware VDI (Horizon) is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Jul 31, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 105,618 of 115,460 servers on MCP Toplist.
Use VMware VDI (Horizon)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vmware-vdi -e "VMWARE_VDI_CONFIG=<your VMWARE_VDI_CONFIG>" -- uvx vmware-vdi mcpReplace each placeholder with your own value before saving.
[mcp_servers.vmware-vdi]
command = "uvx"
args = ["vmware-vdi", "mcp"]
[mcp_servers.vmware-vdi.env]
VMWARE_VDI_CONFIG = "<your VMWARE_VDI_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-vdi": {
"command": "uvx",
"args": [
"vmware-vdi",
"mcp"
],
"env": {
"VMWARE_VDI_CONFIG": "<your VMWARE_VDI_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-vdi": {
"command": "uvx",
"args": [
"vmware-vdi",
"mcp"
],
"env": {
"VMWARE_VDI_CONFIG": "<your VMWARE_VDI_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vmware-vdi": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-vdi",
"mcp"
],
"env": {
"VMWARE_VDI_CONFIG": "<your VMWARE_VDI_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-vdi": {
"command": "uvx",
"args": [
"vmware-vdi",
"mcp"
],
"env": {
"VMWARE_VDI_CONFIG": "<your VMWARE_VDI_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vmware-vdi": {
"command": "uvx",
"args": [
"vmware-vdi",
"mcp"
],
"env": {
"VMWARE_VDI_CONFIG": "<your VMWARE_VDI_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-vdi)<a href="https://mcptoplist.com/server/io.github.vmware-skills%2Fvmware-vdi"><img src="https://mcptoplist.com/badge/io.github.vmware-skills%2Fvmware-vdi.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zw008
Other servers by zw008
- VMware AIops#791 · 21 vers
- VMware Monitor#1,671 · 20 vers
- VMware VKS#2,660 · 17 vers
- VMware NSX#2,917 · 13 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
Available versions (5)
| Version | Published |
|---|---|
| 1.0.5 | Aug 30, 2026 |
| 1.0.3 | Aug 30, 2026 |
| 1.0.2 | Aug 28, 2026 |
| 1.0.1 | Aug 1, 2026 |
| 1.0.0 | Jul 31, 2026 |
Frequently asked questions
- Who maintains VMware VDI (Horizon)?
- VMware VDI (Horizon) is maintained by zw008, which publishes 13 MCP servers (172 total versions) tracked on MCP Toplist.
- Is VMware VDI (Horizon) listed on the Official MCP Registry?
- Yes — VMware VDI (Horizon) is listed on the Official MCP Registry, alongside Glama.
- How many versions does VMware VDI (Horizon) have?
- MCP Toplist tracks 5 versions of VMware VDI (Horizon), most recently published on Aug 30, 2026.
- Where can I find the source code for VMware VDI (Horizon)?
- The source code for VMware VDI (Horizon) is hosted at github.com/zw008/VMware-VDI.