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.
Quick Start
Clone the repository:
git clone https://github.com/pskill9/website-downloaderClaude Desktop configuration example:
{
"mcpServers": {
"website-downloader": {
"command": "npx",
"args": [
"-y",
"pskill9/website-downloader"
]
}
}
}Check the repository README for specific installation and configuration instructions.