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

GNOME UI MCP

OCI · GHCR.IO/ASATTELMAIER/GNOME-UI-MCP:0.5.0 · SCANNED SEP 21

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

0 this week 53 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability78
  • 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 Management93
  • Stability observed for 28 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "clear_boundaries" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 116 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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

How do I install the GNOME UI MCP server?

GNOME UI MCP runs locally as a container image, launched with docker run --rm -i ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

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
// .cursor/mcp.json
{
  "mcpServers": {
    "asattelmaier-gnome-ui-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "asattelmaier-gnome-ui-mcp": {
      "command": "docker",
      "args": [
        "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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "asattelmaier-gnome-ui-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "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.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −4
    • Stability: pass → 0.77 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 21 Sept 2026 · Analysed oci/ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the GNOME UI MCP server?

GNOME UI MCP is listed in the public MCP registry as io.github.asattelmaier/gnome-ui-mcp. GNOME Wayland desktop automation via AT-SPI discovery and Mutter input. This page covers its container image (ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0).

Is the GNOME UI MCP server safe to use?

GNOME UI MCP scores 53 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the GNOME UI MCP server expose?

GNOME UI MCP exposes 115 tools: accessibility_tree, activate_element, analyze_screenshot, assert_element, assert_text, and 110 more. Their descriptions and schemas cost roughly 6,671 tokens of context every time the server is loaded.

Is the GNOME UI MCP server still maintained?

GNOME UI MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the GNOME UI MCP server under?

GNOME UI MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.