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

Installation

npx -y mcp-read-website-fast

Configuration

{
  "mcpServers": {
    "mcp-read-website-fast": {
      "command": "npx",
      "args": ["-y", "mcp-read-website-fast"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub