server-moz-readability
13
The Mozilla Readability Parser MCP Server is a tool designed to transform webpage content into Markdown optimized for language model processing. It employs Mozilla's Readability algorithm to remove unnecessary elements, ensuring clear and concise content extraction.
Mozilla Readability Parser MCP Server
An MCP server that extracts and transforms webpage content into clean, LLM-optimized Markdown. It removes ads, navigation, footers, and non-essential elements while preserving the core content, and returns metadata like article title, main content, excerpt, byline, and site name. It uses Mozilla's Readability algorithm and provides consistent Markdown formatting for better LLM processing.
Features
- Removes ads, navigation, footers, and other non-essential content
- Converts clean HTML into well-formatted Markdown
- Returns article metadata (title, excerpt, byline, site name)
- Handles errors gracefully
Why Not Just Fetch?
- Extracts only relevant content using Readability algorithm
- Eliminates noise such as ads and navigation�menus
- Reduces token usage by removing unnecessary HTML/CSS
- Includes useful metadata about the content
Installation
- Via Smithery: Use
npx
command - Manual: Use
npm install