Inspired by a Node.js project with the same name to acheive more or less the same goal.
This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.
- Downloads recursively with infinite depth (unless specified otherwise)
- 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
- won’t re-retrieve files unless newer than local (overridable)