website-downloader

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.

What is the purpose of the Website Downloader MCP Server?

The server is designed to download entire websites for offline browsing or archiving, preserving the website's structure and converting links to work locally.

What are the prerequisites for using this server?

The server requires wget to be installed on your system. Installation instructions are provided for macOS, Linux, and Windows.

Can I restrict the download to a specific depth?

Yes, you can specify the maximum depth level for recursive downloading using the 'depth' parameter.

Does the server support downloading from multiple domains?

No, the server restricts downloads to the same domain to preserve the website's structure.

How do I install the server?

You can build the server using npm and add it to your MCP settings as described in the installation section.