AI & ML
Trust: 39/100 (Limited)Defuddle Fetch Guide
Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).
6 starsby domdomegg
Quick Start
Install
npx defuddle-fetch-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-defuddle-fetch-mcp-server": {
"command": "npx",
"args": [
"defuddle-fetch-mcp-server"
]
}
}
}