CopilotHub
SearchPromptsInstructionsAgentsToolsMCPs
  1. Home
  2. MCPs
  3. Website Downloader
Back to MCPs
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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →
FM

Flowbite Mcp

MCP server that provides AI assistance for an open-source UI framework based on Tailwind CSS

typescriptlocalmacos+3
View Repository
PL

P Link MCP

Implementation of HTTP 402 (payment required http code) relying on Solana

cloudlocalmacos+2
View Repository
AM

Atest Mcp Server

An MCP server to manage test suites and cases, which is an alternative to Postman.

typescriptlocallinux+1
View Repository
AM

Auto Mobile

Tool suite built around an MCP server for Android automation for developer workflow and testing

typescriptlocallinux+1
View Repository
MZ

Mcp Zenml

An MCP server to connect with your [ZenML](https://www.zenml.io) MLOps and LLMOps pipelines

pythoncloudlocal+1
View Repository
FM

Fetch Mcp

An MCP server to flexibly fetch JSON, text, and HTML data

typescriptlocaldeveloper tools
View Repository
Browse More MCPs

CopilotHub

A curated collection of prompts, instructions, agents, and tools for AI-powered development.

Quick Links

  • Prompts
  • Instructions
  • Agents
  • Tools
  • MCPs
  • Search

Browse by Category

  • Code Generation
  • Debugging
  • Documentation
  • Refactoring
  • Testing
  • Security

Legal

  • Guidelines
  • About
  • Privacy Policy
  • Terms of Service

Community

GitHub

© 2026 CopilotHub.

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: View pskill9/website-downloader on GitHub