Skip to content
Grok

uimax mcp for Grok

io.github.prembobby39-gif/uimax-mcp

Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix.

client:Grok transport:stdio runtime:npm

Install uimax mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "uimax-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uimax-mcp"
      ]
    }
  }
}

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

uimax mcp in other clients