Horizon MCP Server
Related Servers
Alternatives to Horizon MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for managing VMware Horizon VDI environments via the Horizon 8 REST API, enabling AI agents to monitor sessions, manage pools, and perform operations like logoff, reset, and image push with safety previews and audit logging.271MIT
- AlicenseNot gradedqualityDmaintenanceEnables secure management of VMware vCenter 8.0+ environments through controlled operations including VM lifecycle management, snapshots, and resource discovery with built-in RBAC authorization, audit logging, and rate limiting.6MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with VMware vCenter 8.0 REST API via a reverse proxy, providing read-only and write tools with dry-run protection and automatic session management.-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to manage HPE OneView infrastructure through the REST API, including server hardware operations, power control, profile management, and network/storage configuration.-
- AlicenseNot gradedqualityDmaintenanceEnables management of VMware vCenter and ESXi environments, including VM operations, resource management, and automation with Ollama AI and n8n workflows.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with VMware Workspace ONE UEM environments for device management, user administration, and system operations. Provides access to 25+ commonly used UEM APIs with support for OAuth2 authentication and bulk operations.3MIT
TDQS
Scored across 72 tools
Each tool targets a distinct resource/action pair, and the many list/get/create/update/delete groups have clear boundaries. Even similar-sounding tools like get_settings vs get_global_policies or get_metrics vs get_infrastructure_health are separated by explicit scope descriptions.
The dominant list_/get_/create_/update_/delete_ + resource pattern is consistent and readable, and all names use snake_case. Minor deviations like horizon_login and machine_action/desktop_pool_action slightly break the strict verb-noun pattern but remain predictable.
72 tools is a very large surface, even for a broad Horizon administration API. Many granular inventory/discovery tools (datastores, VM folders, NICs, network labels, resource pools) could plausibly be consolidated into fewer parameterized tools without losing clarity.
The set provides full lifecycle coverage for desktop pools, RDS farms, application pools, entitlements, sessions, global policies, and infrastructure health/monitoring. Unsupported operations are explicitly exposed via get_api_coverage, so there are no obvious dead ends for the Horizon administration domain.