Read Website Fast
Freeby MCP Community
Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown
v0.1.21Added Apr 12, 2026
mcpmcp-servermodel-context-protocolmarkdownweb-scraper
Read Website Fast MCP Server
Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown
Installation
Reviews
Installation
Quick install
npx -y @just-every/mcp-read-website-fast
Add to claude_desktop_config.json
{
"mcpServers": {
"read-website-fast": {
"command": "npx",
"args": ["-y", "@just-every/mcp-read-website-fast"]
}
}
}