Skip to content
VS Code

lo-eyes for VS Code

io.github.sophiacave/lo-eyes

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

client:VS Code transport:stdio runtime:pypi

Install lo-eyes in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lo-eyes in other clients