Mozilla Readability Parser MCP Server

{ "name": "server-moz-readability", "version": "1.0.3", "description": "Fetch just the main content and convert it to markdown. Strips away all the junk, which is cleaner for LLMs and reduces your overall context window.", "license": "MIT", "author": "Max Zimmer (emzimmer.com)", "homepage": "https://github.com/emzimmer/server-moz-readability", "bugs": "https://github.com/emzimmer/server-moz-readability/issues", "type": "module", "main": "dist/index.js", "scripts": { "start": "node ./dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@mozilla/readability": "^0.5.0", "axios": "^1.7.9", "jsdom": "^24.0.0", "turndown": "^7.1.2" } }