jmh108_MCP-server-readability-python
If you are the rightful owner of jmh108_MCP-server-readability-python 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@mcphub.com.
This project is a Python implementation of a Model Context Protocol (MCP) server that extracts and transforms webpage content into clean, LLM-optimized Markdown using FastMCP.
The Mozilla Readability Parser MCP Server is a Python-based implementation designed to extract and transform webpage content into clean, LLM-optimized Markdown. It leverages the Model Context Protocol (MCP) to provide a streamlined and efficient way to process web content, removing unnecessary elements like ads, navigation, and footers. This server is optimized for LLM processing, ensuring that the content is presented in a consistent and well-formatted Markdown. The server is lightweight, fast, and handles errors gracefully, making it suitable for processing complex web pages with dynamic content.
Features
- Removes ads, navigation, footers, and other non-essential content
- Converts clean HTML into well-formatted Markdown
- Handles errors gracefully
- Optimized for LLM processing
- Lightweight and fast
Tools
extract_content
Fetches and transforms webpage content into clean Markdown.