developer tools

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
0
View on GitHub

Installation

npx -y pskill9/website-downloader

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/pskill9/website-downloader

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub