Best for
- Claude Code users
- AI agents that frequently need to read web pages
- Developers who want to minimize token usage
A lightweight, fast MCP server for web scraping and markdown conversion, but with limitations regarding JavaScript-dependent sites and potential cache management issues.
This MCP server fetches web pages locally, strips noise, and converts content to clean Markdown while preserving links. It features fast startup, smart caching, polite crawling, and configurable depth crawling, designed for minimal token usage.
For Claude Code: claude mcp add read-website-fast -s user -- npx -y @just-every/mcp-read-website-fast. For other clients, copy the provided JSON into your mcp config.
{
"mcpServers": {
"read-website-fast": {
"command": "npx",
"args": [
"-y",
"@just-every/mcp-read-website-fast"
]
}
}
}