Back to Apps

Defuddle Fetch
by domdomegg
Enhanced web content fetching for LLMs that converts HTML to clean, readable markdown using Defuddle.
0 stars
Works in:claude
Exposes:Tools
What it does
Defuddle Fetch is a high-performance replacement for the standard fetch MCP server. It leverages the Defuddle library to strip webpage clutter and extract the core content of a site, converting it into clean markdown that is significantly easier for LLMs to process than raw HTML or basic Readability-based extraction.
Tools
- fetch: Retrieves a URL and extracts its main content as clean markdown. Supports custom
max_length,start_indexfor pagination, and arawmode for HTML output.
Installation
To use this server with the Claude Desktop app, add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"defuddle-fetch": {
"command": "npx",
"args": [
"-y",
"defuddle-fetch-mcp-server"
]
}
}
}
Supported hosts
Claude Desktop
Quick install
npx -y defuddle-fetch-mcp-serverInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"defuddle-fetch": {"command": "npx", "args": ["-y", "defuddle-fetch-mcp-server"]}}}





