Back to MCP Servers
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.
search-data-extractionbrowseraiagent
By webpeel
Installation
npx -y webpeelConfiguration
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": ["-y", "webpeel"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes