vsphere-mcp
vsphere-mcp
VMware vSphere / vCenter操作用のMCP (Model Context Protocol) サーバーです。
Claude Codeから自然言語を使用してvSphereインフラストラクチャを操作できます。
注: すべての開発およびテストは vcsim (vCenter Server Simulator) に対して行われています。商用のvSphere環境は必要なく、影響も受けません。
機能
list_vms - すべての仮想マシンを一覧表示(ホスト/クラスターでフィルタリング可能)
get_vm_info - 詳細なVM情報を取得(CPU、メモリ、ディスク、NIC、ストレージ)
list_hosts - すべてのESXiホストを一覧表示(クラスターでフィルタリング可能)
今後、さらに多くのツール(電源操作、スナップショット、vMotionなど)を追加予定です。
Related MCP server: vSphere MCP Server
クイックスタート
1. vcsimの起動
docker compose up -d2. インストール
uv pip install -e .3. Claude Codeへの登録
claude mcp add --transport stdio vsphere-mcp \
--env VSPHERE_HOST=localhost \
--env VSPHERE_PORT=8989 \
--env VSPHERE_USER=user \
--env VSPHERE_PASSWORD=pass \
--env VSPHERE_IGNORE_SSL=true \
-- uv run vsphere-mcp環境変数
変数 | デフォルト | 説明 |
|
| vCenter/ESXiホスト名 |
|
| APIポート |
|
| ユーザー名 |
| (空) | パスワード |
|
| SSL証明書の検証をスキップ |
開発
テストの実行 (vcsimの起動が必要)
docker compose up -d
uv run pytest -vLint
uv run ruff check src/ tests/ライセンス
Apache License 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA VMware ESXi/vCenter management server based on MCP (Machine Control Protocol), providing simple REST API interfaces for virtual machine management.64MIT
- FlicenseNot gradedqualityCmaintenanceA comprehensive MCP server for VMware vSphere management, enabling AI agents to perform VM operations, monitoring, snapshots, and reporting through a secure, Dockerized environment.21
- AlicenseAqualityCmaintenanceMCP server for VMware vSphere infrastructure management, enabling VM operations, monitoring, and network discovery.171MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that provides AI agents with comprehensive access to VMware vSphere operations, including VM management, monitoring, and vSAN read-only monitoring, through a secure Docker environment.Apache 2.0
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fukui-yuto/vsphere-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server