Loading languages...
@J

@just-every/mcp-read-website-fast

@just-every46

Fast, token-efficient web content extraction for AI agents - converts websites to clean Markdown. [![npm version](https://badge.fury.io/js/@just-every%2Fmcp-read-website-fast.svg)](https://www.npmjs.com/package/@just-every/mcp-read-website-fast) [![GitHub Actions](https://github.com/just-every/mcp-read-website-fast/workflows/Release/badge.svg)](https://github.com/just-every/mcp-read-website-fast/actions) <a href="https://glama.ai/mcp/servers/@just-every/mcp-read-website-fast"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@just-every/mcp-read-website-fast/badge" alt="read-website-fast MCP server" /> </a> ## Overview Existing MCP web crawlers are slow and consume large quantities of tokens. This pauses the development process and provides incomplete results as LLMs need to parse whole web pages. This MCP package fetches web pages locally, strips noise, and converts content to clean Markdown while preserving links. Designed for Claude Code, IDEs and LLM pipelines with minimal token footprint. Crawl sites locally with minimal dependencies. **Note:** This package now uses [@just-every/crawl](https://www.npmjs.com/package/@just-every/crawl) for its core crawling and markdown conversion functionality. ## Features - **Fast startup** using official MCP SDK with lazy loading for optimal performance - **Content extraction** using Mozilla Readability (same as Firefox Reader View) - **HTML to Markdown** conversion with Turndown + GFM support - **Smart caching** with SHA-256 hashed URLs - **Polite crawling** with robots.txt support and rate limiting - **Concurrent fetching** with configurable depth crawling - **Stream-first design** for low memory usage - **Link preservation** for knowledge graphs - **Optional chunking** for downstream processing

web scraping
markdown
AI
LLM

# mcpServer Config

{
  "read-website-fast": {
    "command": "npx",
    "args": [
      "-y",
      "@just-every/mcp-read-website-fast"
    ]
  }
}

# stdio

npx -y @just-every/mcp-read-website-fast
Transport:
stdio
Idioma:
TypeScript
Actualizado:7/23/2025