Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/webpeel/webpeel

Claude Desktop configuration example:

{
  "mcpServers": {
    "webpeel": {
      "command": "npx",
      "args": [
        "-y",
        "webpeel/webpeel"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
webpeel