The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Readdown MCP listing page.
MCP server for converting web pages to clean, LLM-optimized Markdown.
Lightweight — uses HTTP fetch, no browser needed. Powered by readdown.
fetch_markdownFetch a URL and convert it to clean Markdown with metadata and token count.
convert_htmlConvert an HTML string to Markdown. Use when you already have the HTML.
Add to claude_desktop_config.json:
Add to .cursor/mcp.json:
Most web-fetching MCP servers use @mozilla/readability + turndown (two packages, 65KB).
readdown replaces both in a single 5KB package with better LLM optimization:
MIT