Skip to main content
Glama

Mozilla Readability Parser MCP Server

by emzimmer

parse

Extract and transform webpage content into clean, structured Markdown, removing ads and non-essential elements while preserving key information like title, main text, byline, and site name.

Instructions

Extracts and transforms webpage content into clean, LLM-optimized Markdown. Returns article title, main content, excerpt, byline and site name. Uses Mozilla's Readability algorithm to remove ads, navigation, footers and non-essential elements while preserving the core content structure.

Input Schema

NameRequiredDescriptionDefault
urlYesThe website URL to parse

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The website URL to parse", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Mozilla Readability Parser MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/emzimmer/server-moz-readability'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server