Skip to main content
Developer ToolsUnknown

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.

developer-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/pskill9/website-downloader

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Unknown
Author
pskill9