Back to Home
EricRollei icon

Download_Tools

by EricRollei

Overview

This server integrates a ComfyUI web image scraper with Model Context Protocol (MCP) clients like Claude Desktop, enabling web scraping, media downloading, and metadata extraction from various websites.

Installation

Run Command
python mcp_web_scraper_server.py

Security Notes

Dynamic loading of node modules via `exec()` in `__init__.py` can execute arbitrary code if the `nodes` directory is compromised. Extensive use of `subprocess.run` and `subprocess.Popen` to call external tools (`yt-dlp`, `gallery-dl`, `ffmpeg`) without full input sanitization can lead to command injection if external URLs, filenames, or 'extra_options' are crafted maliciously. The `auth_config.json` stores sensitive credentials locally; while excluded from version control, its security depends on the local environment. Network risks are inherent to web scraping (DDoS, IP blocking, bot detection).

Similar Servers

Stats

Interest Score36
Security Score6
Cost ClassHigh
Avg Tokens5000
Stars2
Forks1
Last Update2025-11-28

Tags

Web ScrapingData ExtractionBrowser AutomationComfyUIMCP