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

Installation

npx -y website-downloader

Configuration

{
  "mcpServers": {
    "website-downloader": {
      "command": "npx",
      "args": ["-y", "website-downloader"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub