MCP Server
Active
VMware Aria Operations MCP Server
io.github.vmware-skills/vmware-aria
What is the VMware Aria Operations MCP server?
VMware Aria Operations: metrics, alerts, capacity, anomaly detection — 18 MCP tools.
How to install VMware Aria Operations
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vmware-aria": {
"command": "uvx",
"args": [
"vmware-aria"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vmware-aria": {
"command": "uvx",
"args": [
"vmware-aria"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vmware-aria": {
"command": "uvx",
"args": [
"vmware-aria"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vmware-aria": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-aria"
]
}
}
}Claude Code
claude mcp add vmware-aria -- uvx vmware-ariaRelated MCP servers
VMware AIops
Active
AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools.
69
View repository →Python
MIT
VMware Monitor
Active
Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.
12
View repository →Python
MIT
VMware NSX
Active
VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM.
5
View repository →Python
VMware VKS
Active
vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.
5
View repository →Python
MIT
VMware NSX Security
Active
VMware NSX security: DFW policies, security groups, tags, Traceflow, IDPS — 21 MCP tools.
4
View repository →Python
VMware AVI
Active
VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools.
2
View repository →Python