Extract the main content from any web page—no ads, no popups, no distractions. Just the article, beautifully formatted.
curl for Your LLMsPut the following code in a script file, let's call it justread.
#!/usr/bin/env sh
curl -sG --data-urlencode "url=$1" https://readable.page/mdTell your LLM to use justread to fetch content from the web instead.
Significantly reduce token usage by sending only the essential content.
LLMs work better with smaller, focused context windows.
No need to run untrusted JavaScript that could inject malicious instructions.
Readable also provides an MCP server at https://readable.page/mcp for LLMs that support it.
Quick start for Claude Code:
claude mcp add --transport http readable https://readable.page/mcp