deskbrid for Grok
io.github.coe0718/deskbrid
Linux automation. 125 MCP tools: windows, input, screenshots, clipboard, print, AT-SPI. 9 DEs.
client:Grok
transport:stdio
runtime:oci
Install deskbrid in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deskbrid": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/coe0718/deskbrid:1.2.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