VMware Workstation MCP (vnoiram/vmware-workstation-mcp) is an MCP server listed on the M8ven Trust Index. It scores 62 out of 100, grade C. It declares 14 tools. No publisher has claimed this listing.

C
Caution
62/100

VMware Workstation MCP

A stdio MCP server that controls VMware Workstation via vmrun, enabling VM lifecycle management and snapshot operations.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

vnoiram

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tool annotations don’t match behaviour
2 read-only tools perform write/delete/exec — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes14 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

server_info

Show vmrun detection and VM search settings.

find_vms

Find VMware .vmx files under configured or provided roots.

list_running_vms

List currently running VMware VMs.

start_vm

Start a VMware VM.

stop_vm

Stop a VMware VM.

suspend_vm

Suspend a VMware VM.

reset_vm

Reset a VMware VM.

pause_vm

Pause a running VMware VM.

unpause_vm

Unpause a VMware VM.

list_snapshots

List snapshots for a VMware VM.

create_snapshot

Create a snapshot for a VMware VM.

revert_to_snapshot

Revert a VMware VM to a snapshot.

delete_snapshot

Delete a VMware VM snapshot.

vmrun

Run explicit vmrun arguments. Advanced escape hatch for commands not covered by dedicated tools.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configVMRUN_PATHvmrun.exe が標準の VMware Workstation インストール先にあれば自動検出します。見つからない場合は を指定してください。
configVMRUN_TIMEOUT_MS
configVMWARE_VMX_ROOTS検索場所を固定したい場合は にパス区切りで指定できます。
configWSL_DISTRO_NAME
configWSL_INTEROP
// quality suggestions

All four hints declared on every tool

14/14 tools missing one or more hints — server_info (missing: destructiveHint, idempotentHint); find_vms (missing: destructiveHint, idempotentHint); list_running_vms (missing: destructiveHint, idempotentHint), +11 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool annotations match behaviour

2 read-only tools perform write/delete/exec — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))

Either remove the readOnlyHint:true annotation, or remove the write/delete call from the tool handler.

Descriptions match behaviour

2 tools describe read intent but their handlers mutate — list_running_vms (line 95: spawn(vmrun, args, {); list_snapshots (line 35: /^\/mnt\/([a-zA-Z])\/(.*)$/.exec(path))

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool inputs are validated

7/14 tool handlers declare input schemas (50%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

2 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Tool description accuracy

list_running_vms: description implies read-only but handler writes/deletes/executes; list_snapshots: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/vnoiram/vmware-workstation-mcp?variant=verified)](https://m8ven.ai/mcp/vnoiram/vmware-workstation-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: fc987a9df67065870cd20fe483d75a6e624fe709
code hash: 12bc1e7e2ff484bb73a1f327970f208a559e540bdd54fa136e2911f45cca2de0
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client