Skip to content
Grok

Deskwright for Grok

io.github.tristanmuzzu/deskwright

Agents use real GNOME/Wayland apps: on your screen, or an invisible second desktop you never see

client:Grok transport:stdio runtime:pypi

Install Deskwright in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deskwright": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "deskwright"
      ],
      "env": {
        "DESKWRIGHT_SESSION": "<DESKWRIGHT_SESSION>",
        "DESKWRIGHT_INPUT_BACKEND": "<DESKWRIGHT_INPUT_BACKEND>"
      }
    }
  }
}

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

Deskwright in other clients