defuddle-fetch-mcp-server

domdomegg/defuddle-fetch-mcp-server
★ 6 stars TypeScript 🌐 Browser/Web Updated today
🌐✨ Fetch content from the web, cleaned up nicely for LLMs (using Defuddle)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "defuddle-fetch-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "domdomegg/defuddle-fetch-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol server that provides web content fetching capabilities using the [Defuddle](https://github.com/kepano/defuddle) library. This server enables LLMs to retrieve and process content from web pages, automatically cleaning up the HTML and converting it to clean, readable markdown. This is a drop-in replacement for the [default fetch MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) that uses [Readability](https://github.com/mozilla/readability).

Tools (1)

url

Topics

mcp-servermodel-context-protocol