Skip to content
Grok

Uindow for Grok

io.github.uindow/uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

client:Grok transport:stdio runtime:npm

Install Uindow in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "uindow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@uindow/cli"
      ]
    }
  }
}

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

Uindow in other clients