lo-eyes for Cursor
io.github.sophiacave/lo-eyes
Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots.
client:Cursor
transport:stdio
runtime:pypi
Install lo-eyes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lo-eyes": {
"type": "stdio",
"command": "uvx",
"args": [
"lo-eyes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs