MCP.so
ログイン

VMware Fusion MCP Server

@yeahdongcn

VMware Fusion MCP Server について

A MCP Server for Managing VMware Fusion Virtual Machines.

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

yeahdongcn

投稿者

Xiaodong Ye

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "vmware-fusion": {
      "command": "uvx",
      "args": [
        "vmware-fusion-mcp-server"
      ],
      "env": {
        "VMREST_USER": "your-username",
        "VMREST_PASS": "your-password"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is VMware Fusion MCP Server?

A Model Context Protocol (MCP) server for managing VMware Fusion virtual machines via the Fusion REST API. It is built with FastMCP and designed for developers who want to control VMware Fusion VMs programmatically from LLMs, agents, or MCP-compatible clients.

How to use VMware Fusion MCP Server?

Install the package with uvx or pip, enable the VMware Fusion REST API in Fusion Pro (default port 8697), and set the VMREST_USER and VMREST_PASS environment variables. Then run the server using uvx vmware-fusion-mcp-server or make run with the credentials.

Key features of VMware Fusion MCP Server

  • List all VMs registered in VMware Fusion.
  • Retrieve detailed info about a specific VM.
  • Perform power actions: on, off, suspend, pause, unpause, reset.
  • Query the current power state of a VM.
  • Exposes all features as MCP tools for LLMs and agent frameworks.

Use cases of VMware Fusion MCP Server

  • Automate VM lifecycle management from an AI assistant.
  • Integrate VMware Fusion control into CI/CD pipelines via MCP.
  • Build agentic workflows that power on or suspend VMs on demand.

FAQ from VMware Fusion MCP Server

What are the prerequisites for using VMware Fusion MCP Server?

You need VMware Fusion Pro with the REST API enabled, Python 3.10 or newer, and uv (recommended) or pip for installation.

How do I authenticate with the VMware Fusion REST API?

Set the VMREST_USER and VMREST_PASS environment variables to your vmrest API credentials. These must be provided to the server at startup.

What is the default port for the VMware Fusion REST API?

The REST API listens on port 8697 by default. This can be changed in Fusion Pro settings.

How can I integrate this server with VS Code or other MCP clients?

Add a configuration entry to your MCP server config (e.g., .vscode/mcp.json) using uvx as the command, and include the required environment variables for authentication.

What tools does the server expose?

The server provides four tools: list_vms, get_vm_info, power_vm (with actions on, off, suspend, pause, unpause, reset), and get_vm_power_state.

コメント

「クラウドとインフラ」の他のコンテンツ