Skip to main content
Glama

VMware Fusion MCP Server

by yeahdongcn
MIT License
3

power_vm

Control the power state of VMware Fusion virtual machines by executing actions like powering on, off, shutting down, suspending, pausing, or unpausing. Specify VM ID and desired action to manage VM operations directly.

Instructions

Perform a power action on a VM. Valid actions are 'on', 'off', 'shutdown', 'suspend', 'pause', 'unpause'.

Input Schema

NameRequiredDescriptionDefault
actionYes
vm_idYes

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "vm_id": { "title": "Vm Id", "type": "string" } }, "required": [ "vm_id", "action" ], "type": "object" }
Install Server

Other Tools from VMware Fusion MCP Server

Related Tools

    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/yeahdongcn/vmware-fusion-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server