webpage-readability-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@webpage-readability-mcpextract the main article from https://example.com/blog/post"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
webpage-readability-mcp
Read-only MCP server that fetches a single URL and extracts its main content -- the article/post text, stripped of navigation, ads, sidebars, and boilerplate -- using trafilatura. This is the "readability mode" pattern (Firefox Reader View, Safari Reader, the original Arc90 Readability bookmarklet) as an MCP tool.
Tools
Tool | Description |
| Fetches |
Related MCP server: Scrapi MCP Server
Setup
cd webpage-readability-mcp
python -m venv .venv
.venv/Scripts/activate # Windows; use `source .venv/bin/activate` on macOS/Linux
pip install -r requirements-dev.txtRun the tests
python -m pytest -qRegister with Claude Code
claude mcp add webpage-readability -- E:/repo/unt/mcp/webpage-readability-mcp/.venv/Scripts/python.exe E:/repo/unt/mcp/webpage-readability-mcp/server.pyOr add it manually to your MCP config (e.g. .claude/settings.json or the global Claude Code MCP config):
{
"mcpServers": {
"webpage-readability": {
"command": "E:/repo/unt/mcp/webpage-readability-mcp/.venv/Scripts/python.exe",
"args": ["E:/repo/unt/mcp/webpage-readability-mcp/server.py"]
}
}
}Limitations
No JavaScript rendering -- this is a plain HTTP GET + HTML parse, not a headless browser. A JS-heavy SPA whose content is injected client-side will extract poorly or empty.
No authentication, cookies, or paywall handling -- every fetch is anonymous; a paywalled or login-gated page returns whatever the anonymous response contains.
Single-fetch-per-call only -- exactly one HTTP request per call, to exactly the URL given. No pagination-following, no link-following, no caching.
No PDF or other non-HTML content extraction -- a URL that doesn't resolve to an HTML/XHTML content-type returns an error rather than being silently mis-parsed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server that extracts clean Markdown or HTML content from web pages by stripping away ads, navigation, and clutter. It offers tools to process URLs or raw HTML, returning structured metadata alongside the main article content.2MIT
- AlicenseAqualityCmaintenanceMCP server that converts URLs to clean Markdown/Text for LLM agents.5875MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for intelligent web content extraction from JavaScript-heavy sites using single-file and trafilatura. It enables AI agents to fetch, render, and paginate through clean article content and metadata.17MIT
- AlicenseNot gradedqualityCmaintenanceModel Context Protocol (MCP) server for web content fetching and extraction. Enables fetching webpages, extracting clean content using Trafilatura, discovering links, and batch fetching up to 10 URLs.3MIT
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
URL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hainguyen99-cdm/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server