Back to MCP Servers
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-extractionaiagent
By just-every
Installation
npx -y mcp-read-website-fastConfiguration
{
"mcpServers": {
"mcp-read-website-fast": {
"command": "npx",
"args": ["-y", "mcp-read-website-fast"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes