Back to MCP Servers
🔌

just-every/mcp-read-website-fast

MIT

📇 🏠 - 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 robot

TypeScriptAI & LLMs

Install

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

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.