defuddle-fetch-mcp-server and mcp-fetch-node
About defuddle-fetch-mcp-server
domdomegg/defuddle-fetch-mcp-server
🌐✨ Fetch content from the web, cleaned up nicely for LLMs (using Defuddle)
Implements the Model Context Protocol (MCP) as a drop-in replacement for the default fetch server, substituting Defuddle's site-specific extractors for Mozilla's Readability to achieve superior content extraction on modern webpages. Exposes a single `fetch` tool that returns cleaned markdown with rich metadata (title, author, publication date, word count), plus optional pagination via `start_index` and `max_length` parameters. Designed for seamless integration into Claude Desktop and other MCP-compatible AI assistants.
About mcp-fetch-node
tgambet/mcp-fetch-node
A Model Context Protocol server that provides web content fetching capabilities.
This tool helps large language models (LLMs) gather information from web pages. You provide a URL, and it fetches the content, converting the HTML into an easy-to-read Markdown format. It's designed for developers building or integrating LLM applications that need to browse and understand web content.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work