ps

pskill9/website-downloader

๐Ÿ—„๏ธ ๐Ÿš€ This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.

#web-scraping#wget#offline-browsing
Publisherpskill9/website-downloader
Submitted date4/19/2025

Overview: Website Downloader MCP Server

Title

Website Downloader MCP Server

How to Use

  • Requires wget installed on your system (installation instructions provided for macOS, Linux, and Windows).
  • Use the download_website tool with parameters:
    • url (required): Website URL to download.
    • outputPath (optional): Directory to save the downloaded website (default: current directory).
    • depth (optional): Maximum recursion depth (default: infinite).

Key Features

  • Recursively downloads entire websites.
  • Preserves website structure and converts links for local use.
  • Includes all necessary assets (CSS, images, etc.).
  • Restricts downloads to the same domain.

Use Cases

  • Archiving websites for offline access.
  • Creating local backups of web content.
  • Analyzing website structure and dependencies.

Visit More

View All