defuddle-mcp

ryanxili/defuddle-mcp
★ 0 stars Unknown language 🌐 Browser/Web Updated 1mo ago
MCP server for extracting clean article content from web pages
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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ryanxili/defuddle-mcp"
      ]
    }
  }
}