loading…
Search for a command to run...
loading…
An MCP server that extracts clean Markdown or HTML content from web pages by stripping away ads, navigation, and clutter. It offers tools to process URLs or raw
An MCP server that extracts clean Markdown or HTML content from web pages by stripping away ads, navigation, and clutter. It offers tools to process URLs or raw HTML, returning structured metadata alongside the main article content.
MCP server that extracts the main content from web pages using defuddle. Returns cleaned Markdown or HTML with metadata (title, author, description, etc.), stripping away ads, navigation, sidebars, and other clutter.
No authentication required — defuddle runs locally as a CLI tool.
| Tool | Description |
|---|---|
defuddle_url |
Fetch a URL and extract its main content |
defuddle_html |
Extract main content from raw HTML |
Both tools return a structured result with: title, author, description, domain, content, word_count, and other metadata fields. Set markdown=false to get HTML instead of Markdown.
Requires Python >= 3.10 and Node.js >= 18.
uv sync
The defuddle npm package is installed automatically on first server start.
uv run python -m src.main
The server starts on http://127.0.0.1:8080/mcp.
uv run python -m src.client
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"defuddle-mcp": {
"command": "npx",
"args": []
}
}
}