server-moz-readability

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.

npx
{
  "mcpServers": {
    "readability": {
      "command": "npx",
      "args": [
        "-y",
        "server-moz-readability"
      ]
    }
  }
}