Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

GNOME UI MCP

OCI · GHCR.IO/ASATTELMAIER/GNOME-UI-MCP:0.5.0 · SCANNED AUG 3

GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.

−2 this week 43 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 6689 tokens (~58/item across 115 items; 115 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0

# add to Claude Code
claude mcp add asattelmaier-gnome-ui-mcp -- docker run --rm -i ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0
# add to Codex CLI
codex mcp add asattelmaier-gnome-ui-mcp -- docker run --rm -i ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "asattelmaier-gnome-ui-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  asattelmaier-gnome-ui-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"]
// mcp.json
{
  "mcpServers": {
    "asattelmaier-gnome-ui-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +34
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 11

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed oci/ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 115 exposed · ~6,671 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
toggle_window_state ~27

Toggle the focused window's state.

NameTypeReqDescription
statestringWindow state to toggle.

No output schema declared.

No examples provided.

touch_rotate ~108

Perform a two-finger rotation gesture around a center point. Angles are in radians. Two touch slots trace circular arcs on opposite sides.

NameTypeReqDescription
center_xintegeryesCenter X coordinate.
center_yintegeryesCenter Y coordinate.
duration_msintegerDuration of the gesture in milliseconds.
end_anglenumberyesEnd angle in radians.
radiusnumberyesRadius of the rotation arc.
start_anglenumberyesStart angle in radians.

No output schema declared.

No examples provided.

type_into ~65

Find an input field by label text and type into it. AT-SPI first, OCR fallback.

NameTypeReqDescription
labelstringyesLabel text of the input field.
submitbooleanPress Enter after typing.
textstringyesText to type into the field.

No output schema declared.

No examples provided.

type_text ~26

Type text into the currently focused element.

NameTypeReqDescription
textstringyesText to type.

No output schema declared.

No examples provided.

unsubscribe_events ~28

Unsubscribe from AT-SPI events.

NameTypeReqDescription
subscription_idstringyesSubscription ID to unsubscribe.

No output schema declared.

No examples provided.

visible_shell_popups ~20

Return visible GNOME Shell popup or menu containers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

visual_diff ~60

Compare two screenshots and return changed regions.

NameTypeReqDescription
image_path_1stringyesPath to the first image.
image_path_2stringyesPath to the second image.
thresholdintegerColor difference threshold (0-255).

No output schema declared.

No examples provided.

wait_and_act ~157

Wait for an element to appear, then act on it. Atomic wait+act in one MCP call.

NameTypeReqDescription
poll_interval_msintegerPolling interval in milliseconds.
then_actionstringAction to perform: activate, click, focus, or set_text.
then_queryOverride query for the action target.
then_roleOverride role for the action target.
then_textText to set (for set_text action).
timeout_msintegerMaximum time to wait in milliseconds.
wait_app_nameApplication filter for the wait phase.
wait_querystringyesText to wait for in element names.
wait_roleRole filter for the wait phase.

No output schema declared.

No examples provided.

wait_for_app ~79

Wait for an application to appear in the AT-SPI tree.

NameTypeReqDescription
app_namestringyesApplication name to wait for.
poll_interval_msintegerPolling interval in milliseconds.
require_windowbooleanRequire at least one window to be open.
timeout_msintegerMaximum time to wait in milliseconds.

No output schema declared.

No examples provided.

wait_for_element ~171

Poll the accessibility tree until a matching element appears or the timeout expires, optionally scoped to a subtree or visible popup.

NameTypeReqDescription
app_nameRestrict search to this application.
bounds_onlybooleanOnly match elements that have screen bounds.
clickable_onlybooleanOnly match elements that are directly clickable.
poll_interval_msintegerPolling interval in milliseconds.
querystringyesText to search for in element names.
roleOnly match elements with this role.
showing_onlybooleanOnly match elements that are currently showing.
timeout_msintegerMaximum time to wait in milliseconds.
within_element_idScope search to children of this element.
within_popupbooleanScope search to the currently visible popup.

No output schema declared.

No examples provided.

wait_for_element_gone ~173

Poll the accessibility tree until a matching element disappears or the timeout expires, optionally scoped to a subtree or visible popup.

NameTypeReqDescription
app_nameRestrict search to this application.
bounds_onlybooleanOnly match elements that have screen bounds.
clickable_onlybooleanOnly match elements that are directly clickable.
poll_interval_msintegerPolling interval in milliseconds.
querystringyesText to search for in element names.
roleOnly match elements with this role.
showing_onlybooleanOnly match elements that are currently showing.
timeout_msintegerMaximum time to wait in milliseconds.
within_element_idScope search to children of this element.
within_popupbooleanScope search to the currently visible popup.

No output schema declared.

No examples provided.

wait_for_popup_count ~82

Poll the GNOME Shell until the number of visible popups matches a count.

NameTypeReqDescription
countintegeryesExpected number of popups.
max_depthintegerMaximum tree depth to search for popups.
poll_interval_msintegerPolling interval in milliseconds.
timeout_msintegerMaximum time to wait in milliseconds.

No output schema declared.

No examples provided.

wait_for_shell_settled ~84

Poll until GNOME Shell popup state has stayed unchanged for a short time.

NameTypeReqDescription
max_depthintegerMaximum tree depth for popup detection.
poll_interval_msintegerPolling interval in milliseconds.
stable_for_msintegerHow long shell must be stable.
timeout_msintegerMaximum time to wait in milliseconds.

No output schema declared.

No examples provided.

wait_for_window ~79

Wait for a window to appear.

NameTypeReqDescription
app_nameRestrict search to this application.
poll_interval_msintegerPolling interval in milliseconds.
querystringyesWindow title text to match.
roleOnly match windows with this role.
timeout_msintegerMaximum time to wait in milliseconds.

No output schema declared.

No examples provided.

wayland_protocols ~30

List Wayland protocols supported by the compositor.

NameTypeReqDescription
filter_protocolFilter protocols by substring match.

No output schema declared.

No examples provided.