Back to MCP Servers
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.
developer-tools
By pskill9
Installation
npx -y website-downloaderConfiguration
{
"mcpServers": {
"website-downloader": {
"command": "npx",
"args": ["-y", "website-downloader"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes