GNOME UI MCP for Grok
io.github.asattelmaier/gnome-ui-mcp
GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.
client:Grok
transport:stdio
runtime:oci
Install GNOME UI MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gnome-ui-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs