PluginBench
MCP Server

lo-eyes MCP Server

io.github.sophiacave/lo-eyes

What is the lo-eyes MCP server?

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

How to install lo-eyes

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lo-eyes": {
      "command": "uvx",
      "args": [
        "lo-eyes"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lo-eyes": {
      "command": "uvx",
      "args": [
        "lo-eyes"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lo-eyes": {
      "command": "uvx",
      "args": [
        "lo-eyes"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lo-eyes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lo-eyes"
      ]
    }
  }
}
Claude Code
claude mcp add lo-eyes -- uvx lo-eyes

Related MCP servers

Apple Foundation Models on-device. Generate, summarize, classify via Apple Intelligence.

View repository →

Security scanner for MCP servers. SSRF, path traversal, injection, auth, secrets. Grade A-F.

View repository →