just-every/mcp-read-website-fastMCP Server27/100 via “mozilla readability-based article content extraction”
** - Fast, token-efficient web content extraction that converts websites to clean Markdown. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching with minimal dependencies.
Unique: Uses Mozilla's battle-tested Readability library (same algorithm powering Firefox Reader View) rather than regex or CSS selector-based extraction, enabling structural DOM analysis that adapts to diverse page layouts without brittle selector maintenance
vs others: More robust than selector-based scrapers (Cheerio, Puppeteer + custom CSS) because it analyzes semantic content density and DOM structure rather than relying on site-specific CSS classes that break when designs change