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
Installation
npx -y pskill9/website-downloaderConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub