Skip to content
Grok

uxlint for Grok

io.github.uxlint-net/uxlint

Audit a site's UX the way a design-literate reviewer would, with a concrete fix for every finding.

client:Grok transport:stdio runtime:npm

Install uxlint in Grok

.mcp.json (in your project root)

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

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

uxlint in other clients