Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.
npx @getmcp/cli add io.github.xcodethink/pixelcheckRequires Node.js 18+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xcodethink/pixelcheck": {
"command": "npx",
"args": [
"pixelcheck",
"pixelcheck-mcp",
"-y",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": ""
}
}
}
}Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Fetch and process content from specified URLs using the Oxylabs Web Scraper API.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…