Lyrenth MCP server
Read the web through Lyrenth from any MCP client.
Exposes three tools:
read_urlturns a public web page into a clean AIDocument: stable Markdown plus title, description, and structure, with the navigation and boilerplate stripped. Your agent reads cleaned, low-token content instead of raw HTML, and every result shows how many tokens it saved vs the raw page.read_urlsdoes the same for up to 20 URLs in one batch call.check_usagereports your plan tier and credit usage.
Reads resolve through Lyrenth's cross-caller cache, and for verified domains they return the publisher's canonical version.
Setup
- Get a free API key at https://lyrenth.com/signup (2,000 reads/month, no card).
- Add the server to your MCP client.
Claude Desktop / Cursor
Add to your MCP config (Claude Desktop: claude_desktop_config.json):
{
"mcpServers": {
"lyrenth": {
"command": "npx",
"args": ["-y", "lyrenth-mcp"],
"env": { "LYRENTH_API_KEY": "aiwk_your_key_here" }
}
}
}





