webpeel/webpeel
Smart web fetcher for AI agents with auto-escalation from HTTP to headless browser to stealth mode. Includes 9 MCP tools: fetch, search, crawl, map, extract, batch, screenshot, jobs, and agent. Achieved 100% success rate on a 30-URL benchmark.
Quick Start
Clone the repository:
git clone https://github.com/webpeel/webpeelClaude Desktop configuration example:
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel/webpeel"
]
}
}
}Check the repository README for specific installation and configuration instructions.