webharvest

dan-rozhkov/webharvest
★ 0 stars TypeScript Browser/Web Updated 2d ago
Local-first MCP server for web search (SearXNG) and scraping (Playwright + Readability)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webharvest": {
      "command": "npx",
      "args": [
        "-y",
        "dan-rozhkov/webharvest"
      ]
    }
  }
}

README Excerpt

A local Firecrawl alternative: scrape and search over MCP. Query search engines, fetch and parse web pages, all via Claude's MCP protocol. **webharvest** is a daemon that: - Runs a local [Model Context Protocol](https://modelcontextprotocol.io/) server - Exposes search (via SearXNG) and web scraping (via Playwright)