← Index

io.github.xcodethink/pixelcheck

io.github.xcodethink/pixelcheck·v1.1.5·Other
Quality Score
85
/100

Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pixelcheck": {
      "command": "npx",
      "args": [
        "-y",
        "pixelcheck"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pixelcheck": {
      "command": "npx",
      "args": [
        "-y",
        "pixelcheck"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y pixelcheck
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key. Required for LLM-backed primitives (judge, extract-with-schema) and the audit_url / explore_url presets. Meta tools (list_personas, list_scenarios, get_last_report) work without it.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other