Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Esxi MCP Server
Esxi MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:32:33 PM

Esxi MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository64 GitHub StarsTotal stargazers on GitHub for the source repository (64 stars).
vmwareesxivirtual-machinesinfrastructuremonitoring

Manage VMware ESXi and vCenter VMs through MCP with lifecycle operations, SSE access, and performance statistics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bright8192-esxi-mcp-server": {
      "command": "uvx",
      "args": [
        "pyvmomi"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The bright8192/esxi-mcp-server MCP server connects AI clients to VMware ESXi or vCenter for virtual machine management. It runs as a Python service with REST, JSON-RPC, and SSE interfaces, using pyVmomi to communicate with VMware. Reach for it when an agent needs to create, clone, delete, power, list, or monitor VMs through an authenticated API.

Use cases

•Create virtual machines in ESXi or vCenter
•Clone existing VMware virtual machines
•Power virtual machines on or off
•Monitor VM resource usage
•List virtual machines through an agent

Key features

•ESXi and vCenter connectivity
•Virtual machine lifecycle operations
•CPU, memory, storage, and network monitoring
•SSE communication
•REST and JSON-RPC interfaces
•API key authentication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Esxi MCP Server.

Extracted Tool Capabilities
ESXi and vCenter connectivity
Virtual machine lifecycle operations
CPU, memory, storage, and network monitoring
SSE communication
REST and JSON-RPC interfaces
API key authentication

How Esxi MCP Server works

What bright8192/esxi-mcp-server MCP server does

The bright8192/esxi-mcp-server MCP server exposes VMware ESXi and vCenter operations through MCP-oriented interfaces. It is intended for environments where an agent or client needs to manage virtual machines without interacting directly with the VMware administration UI.

Supported lifecycle actions include creating a VM, cloning an existing VM, deleting a VM, powering a VM on or off, and listing available VMs. Creation accepts values such as the VM name, CPU count, memory, datastore, and network. Cloning uses a source VM or template name and a new VM name.

The server also provides VM performance data through a vmstats://{vm_name} resource interface. The documented statistics cover CPU, memory, storage, and network traffic usage.

How it works

The bright8192/esxi-mcp-server MCP server uses Python and the VMware pyVmomi library to connect to an ESXi host or vCenter Server. Requests are exposed through REST-style endpoints with JSON-RPC support. SSE provides the documented real-time communication channel, including the /sse/messages endpoint shown for authenticated requests.

VMware connection settings identify the host, username, and password. Optional placement settings select a datacenter, cluster, datastore, and network. If these optional values are not supplied, the configuration describes automatic selection behavior: the first datacenter or cluster, the largest available datastore, and the default VM Network.

Setup and configuration

Install Python 3.7 or newer and the listed dependencies: pyvmomi, pyyaml, uvicorn, and mcp-core. The documented startup command runs server.py with a YAML configuration file, for example python server.py -c config.yaml.

Configuration can be provided through YAML, JSON, or environment variables. The main connection values are vcenter_host, vcenter_user, and vcenter_password. Other settings control VMware object selection, certificate verification, API access, logging destination, and log verbosity. Environment variable names include VCENTER_HOST, VCENTER_USER, VCENTER_PASSWORD, VCENTER_DATACENTER, VCENTER_CLUSTER, VCENTER_DATASTORE, VCENTER_NETWORK, and MCP_API_KEY.

Tools and capabilities

The bright8192/esxi-mcp-server MCP server documents these operational areas:

  • Create, clone, delete, list, and power virtual machines.
  • Monitor CPU, memory, storage, and network usage for a named VM.
  • Connect to either standalone ESXi or vCenter Server.
  • Exchange requests through SSE, REST-style APIs, and JSON-RPC.
  • Protect privileged operations with an API key sent as a bearer token.
  • Configure TLS verification behavior and application logging.

Limitations and notes

The README identifies the project as an initial v0.0.1 release with basic VM management and monitoring functionality. It does not document a package-manager distribution, hosted endpoint, or named compatibility with Claude Desktop, Cursor, Windsurf, or Cline.

The VMware username and password are required connection settings. API key authentication is documented for privileged operations, although the configuration table marks the API key field as optional. Production guidance recommends valid SSL certificates and restricted API access. Setting insecure: true skips certificate verification and is presented for testing; it should be treated carefully in production.

No detailed behavior is provided for VM hardware customization beyond the creation fields shown, nor for advanced VMware operations outside the listed lifecycle and monitoring functions.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • VMware Monitor logoVMware Monitor

    Read-only VMware vSphere/vCenter monitoring — inventory, alarms, events, host health, VM info, and snapshot listing. 8 strictly read-only tools with code-level zero-destructive guarantee (validated by test fixtures).

    ☁️ Cloud Platforms2 views
    Compare vs VMware Monitor →
  • VMware AIops logoVMware AIops

    VMware vSphere/vCenter management — VM lifecycle (create/clone/delete/migrate), deployment, Guest Operations, snapshots, and cluster operations. 41 tools with double-confirmation gates, dry-run mode, and SQLite-WAL audit logging for destructive operations.

    ☁️ Cloud Platforms1 views
    Compare vs VMware AIops →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Portainer MCP logoPortainer MCP

    /🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities.

    ☁️ Cloud Platforms8 views
    Compare vs Portainer MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
64
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Esxi MCP Server

Install Python 3.7 or newer and the listed dependencies with pip, then run `python server.py -c config.yaml` using a configured YAML file.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEsxi MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bright8192-esxi-mcp-server?style=directory)](https://allmcps.com/mcp/bright8192-esxi-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/bright8192-esxi-mcp-server"><img src="https://allmcps.com/api/badge/bright8192-esxi-mcp-server?style=directory" alt="Esxi MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars64
GitHub Star CountTotal stargazers on GitHub representing community popularity (64 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 1, 2025
49Quality signal: Fair · 49/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev · pyvmomi (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Esxi MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code