Computer Control Mcp Enhanced MCP Server

computer-control-mcp-enhanced PyPI v0.4.10

Published by gzmagyari — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Enhanced MCP server for computer control: mouse, keyboard, screenshots, OCR, UI automation, region capture, accessibility-aware app launching. Fork of computer-control-mcp with major perception and automation improvements.

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 3

high Shell/command execution in server code (computer_control_mcp/accessibility_launcher.py)MTC-SRC-002

In the server's implementation (`computer_control_mcp/accessibility_launcher.py:314`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: try: proc = subprocess.run( list(cmd), check=False, capture_output=True,

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server computer_control_mcp/accessibility_launcher.py

high Shell/command execution in server code (computer_control_mcp/core.py)MTC-SRC-002

In the server's implementation (`computer_control_mcp/core.py:767`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: process = subprocess.run( ["powershell", "-NoProfile", "-Command", "[Co

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server computer_control_mcp/core.py

high Shell/command execution in server code (computer_control_mcp/ui_automation.py)MTC-SRC-002

In the server's implementation (`computer_control_mcp/ui_automation.py:587`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: try: result = subprocess.run( ["xprop", "-root", "_NET_CLIENT_LIST_STACKING"], captu

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server computer_control_mcp/ui_automation.py

Tools 95

Each tool and what it can reach — statically extracted from the published source.

  • activate_hyperlinkno sensitive capability
  • activate_windowno sensitive capability
  • capture_region_aroundno sensitive capability
  • check_ocr_changedno sensitive capability
  • check_screen_changedno sensitive capability
  • check_screen_changed_fullno sensitive capability
  • check_screen_changed_with_imagesno sensitive capability
  • check_ui_automation_changedno sensitive capability
  • click_screenno sensitive capability
  • click_textno sensitive capability
Show 85 more tools ↓
  • close_windowno sensitive capability
  • collapse_elementno sensitive capability
  • drag_mouseno sensitive capability
  • expand_elementno sensitive capability
  • fill_file_dialogno sensitive capability
  • fill_text_fieldno sensitive capability
  • find_textno sensitive capability
  • find_ui_elementsno sensitive capability
  • focus_elementno sensitive capability
  • get_active_windowno sensitive capability
  • get_agent_guideno sensitive capability
  • get_app_infono sensitive capability
  • get_clipboardno sensitive capability
  • get_cursor_positionno sensitive capability
  • get_drag_infono sensitive capability
  • get_element_at_pointno sensitive capability
  • get_element_childrenno sensitive capability
  • get_element_detailsno sensitive capability
  • get_element_parentno sensitive capability
  • get_element_textno sensitive capability
  • get_element_viewsno sensitive capability
  • get_file_watch_eventsno sensitive capability
  • get_focused_elementno sensitive capability
  • get_hyperlinksno sensitive capability
  • get_monitorsno sensitive capability
  • get_mouse_positionno sensitive capability
  • get_screen_sizeno sensitive capability
  • get_scroll_infono sensitive capability
  • get_system_infono sensitive capability
  • get_table_datano sensitive capability
  • get_text_at_offsetno sensitive capability
  • get_text_boundsno sensitive capability
  • get_text_caret_offsetno sensitive capability
  • get_text_selectionno sensitive capability
  • hover_and_captureno sensitive capability
  • invoke_elementno sensitive capability
  • is_app_runningno sensitive capability
  • key_downno sensitive capability
  • key_upno sensitive capability
  • kill_processno sensitive capability
  • launch_appno sensitive capability
  • list_processesno sensitive capability
  • list_windowsno sensitive capability
  • maximize_windowno sensitive capability
  • minimize_windowno sensitive capability
  • mouse_downno sensitive capability
  • mouse_upno sensitive capability
  • move_element_uino sensitive capability
  • move_mouseno sensitive capability
  • move_windowno sensitive capability
  • perform_actionsno sensitive capability
  • press_keysno sensitive capability
  • realize_elementno sensitive capability
  • resize_element_uino sensitive capability
  • resize_windowno sensitive capability
  • restore_windowno sensitive capability
  • scrollno sensitive capability
  • scroll_element_containerno sensitive capability
  • scroll_element_into_viewno sensitive capability
  • select_elementno sensitive capability
  • select_text_by_searchno sensitive capability
  • select_text_rangeno sensitive capability
  • set_clipboardno sensitive capability
  • set_element_extentsno sensitive capability
  • set_element_range_valueno sensitive capability
  • set_element_textno sensitive capability
  • set_element_viewno sensitive capability
  • set_text_caret_offsetno sensitive capability
  • snap_windowno sensitive capability
  • start_file_watchno sensitive capability
  • stop_file_watchno sensitive capability
  • take_screenshotno sensitive capability
  • take_screenshot_fullno sensitive capability
  • take_screenshot_with_ocrno sensitive capability
  • take_screenshot_with_ui_automationno sensitive capability
  • toggle_elementno sensitive capability
  • type_textno sensitive capability
  • ui_actionno sensitive capability
  • wait_for_elementno sensitive capability
  • wait_for_file_changeno sensitive capability
  • wait_for_focused_elementno sensitive capability
  • wait_for_screen_changeno sensitive capability
  • wait_for_textno sensitive capability
  • wait_for_windowno sensitive capability
  • wait_millisecondsno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.4.10 latest A 93/100 3 1.13.0 2026-08-25

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/computer-control-mcp-enhanced/badge.svg)](https://mcptrustchecker.com/registry/computer-control-mcp-enhanced)
HTML
<a href="https://mcptrustchecker.com/registry/computer-control-mcp-enhanced"><img src="https://mcptrustchecker.com/registry/computer-control-mcp-enhanced/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/computer-control-mcp-enhanced/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan computer-control-mcp-enhanced --online --registry pypi

Use the free API → How scoring works

More in AI & Agents