website-downloader
91
The Website Downloader MCP Server is a tool designed to facilitate the downloading of entire websites, maintaining their structure and making them operational offline. It provides comprehensive features including recursive downloading, local link conversion, and restriction to same-domain content.
Website Downloader MCP Server
This MCP server provides a tool to download entire websites using wget, preserving the website structure and converting links to work locally.
Features
- Downloads recursively with infinite depth
- Includes all page requisites (CSS, images, etc.)
- Converts links to work locally
- Adds appropriate extensions to files
- Restricts downloads to the same domain
- Preserves the website structure
Prerequisites
- Requires wget to be installed on your system
Usage
The server provides a tool called download_website with the following parameters:
- url (required): The URL of the website to download
- outputPath (optional): The directory where the website should be downloaded
- depth (optional): Maximum depth level for recursive downloading.