Metadata-Version: 2.4
Name: community-vmware-desktop-hypervisor-mcp
Version: 0.1.0
Summary: A Community MCP Server for VMware Desktop Hypervisors
Author: Ryan Johnson
License-Expression: MIT
Project-URL: documentation, https://tenthirtyam.org/community-vmware-desktop-hypervisor-mcp
Project-URL: source, https://github.com/tenthirtyam/community-vmware-desktop-hypervisor-mcp
Project-URL: issues, https://github.com/tenthirtyam/community-vmware-desktop-hypervisor-mcp/discussions
Keywords: mcp,model-context-protocol,hypervisor,desktop-hypervisor,vmware-fusion,vmware-workstation,virtualization
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp<2,>=1.29.1
Requires-Dist: pydantic>=2.13.5
Provides-Extra: dev
Requires-Dist: defusedxml>=0.7.1; extra == "dev"
Requires-Dist: pytest>=9.1.1; extra == "dev"
Requires-Dist: pytest-asyncio>=1.4.0; extra == "dev"
Requires-Dist: pytest-cov>=7.1.0; extra == "dev"
Requires-Dist: mypy>=2.3.1; extra == "dev"
Requires-Dist: ruff>=0.16.6; extra == "dev"
Requires-Dist: pre-commit>=4.6.2; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs-materialx==10.2.0; extra == "docs"
Requires-Dist: properdocs==1.6.7; extra == "docs"
Requires-Dist: mkdocs-git-revision-date-localized-plugin==1.5.4; extra == "docs"
Requires-Dist: mkdocs-minify-plugin==0.8.0; extra == "docs"
Requires-Dist: mkdocs-open-in-new-tab==1.0.8; extra == "docs"
Requires-Dist: mkdocstrings[python]==1.0.6; extra == "docs"
Dynamic: license-file

# A Community MCP Server for VMware Desktop Hypervisors

A community MCP server for VMware® desktop hypervisors that exposes VMware Fusion and VMware
Workstation operations to MCP hosts through the local `vmcli` CLI.[^1][^2]

[![PyPI](https://img.shields.io/pypi/v/community-vmware-desktop-hypervisor-mcp?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/community-vmware-desktop-hypervisor-mcp/)&nbsp;&nbsp;
[![Python](https://img.shields.io/pypi/pyversions/community-vmware-desktop-hypervisor-mcp?style=for-the-badge&logo=python&logoColor=white)](https://pypi.org/project/community-vmware-desktop-hypervisor-mcp/)&nbsp;&nbsp;

## Getting Started

Refer to the [documentation][documentation] for guidance on getting started with this community MCP
server.

## Disclaimer

This is an independent, community-maintained project. It is not an official Broadcom product, nor is it affiliated with, sponsored by, or supported by Broadcom. Refer to the [Disclaimer][disclaimer] for full details.

## License

Licensed under the [MIT License][license].

[documentation]: https://tenthirtyam.org/community-vmware-desktop-hypervisor-mcp
[disclaimer]: https://tenthirtyam.org/community-vmware-desktop-hypervisor-mcp/community/disclaimer
[license]: LICENSE

[^1]: This project is based on the example used in by blog post, [MCP Servers: A Practical Guide to Context on Demand](https://tenthirtyam.org/dispatches/2026/06/26/mcp-servers-a-practical-guide-to-context-on-demand).
[^2]: VMware, VMware Fusion, and VMware Workstation are registered trademarks of Broadcom. All other trademarks are the property of their respective owners.
