Skip to main content
Search & Data ExtractionTypeScript

just-every/mcp-read-website-fast

Fast, token-efficient web content extraction for AI agents - converts websites to clean Markdown while preserving links. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/just-every/mcp-read-website-fast

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
just-every