Skip to main content
Glama

Mozilla Readability Parser MCP Server

by emzimmer
package.json711 B
{ "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" } }

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