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.
Quick Start
Clone the repository:
git clone https://github.com/just-every/mcp-read-website-fastClaude 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.