GNOME UI MCP for VS Code
io.github.asattelmaier/gnome-ui-mcp
GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.
client:VS Code
transport:stdio
runtime:oci
Install GNOME UI MCP in VS Code
.vscode/mcp.json
{
"servers": {
"gnome-ui-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs