server-moz-readability

server-moz-readability

3.6

If you are the rightful owner of server-moz-readability and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

Mozilla Readability Parser MCP Server extracts and transforms webpage content into clean, LLM-optimized Markdown using Mozilla's Readability algorithm.

The Mozilla Readability Parser MCP Server is designed to extract and transform webpage content into clean, LLM-optimized Markdown. It utilizes Mozilla's Readability algorithm to remove ads, navigation, footers, and other non-essential elements while preserving the core content structure. The server returns article metadata such as the title, main content, excerpt, byline, and site name. This server is particularly useful for applications that require clean and consistent content extraction for better processing by language models. By eliminating unnecessary HTML/CSS and providing well-formatted Markdown, it reduces token usage and enhances the efficiency of content processing.

Features

  • Removes ads, navigation, footers and other non-essential content
  • Converts clean HTML into well-formatted Markdown (also uses Turndown)
  • Returns article metadata (title, excerpt, byline, site name)
  • Handles errors gracefully

Tools

  • parse: Fetches and transforms webpage content into clean Markdown.