Skip to content
Grok

lo-eyes for Grok

io.github.sophiacave/lo-eyes

Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots.

client:Grok transport:stdio runtime:pypi

Install lo-eyes in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lo-eyes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lo-eyes"
      ]
    }
  }
}

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

lo-eyes in other clients