Website Downloader MCP Server
@pskill9
About Website Downloader MCP Server
MCP server to download entire websites
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": [
"/path/to/website-downloader/build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Website Downloader MCP Server?
Website Downloader MCP Server provides a tool to download entire websites using wget, preserving the website structure and converting links to work locally. It is for users who need to mirror websites for offline access or archival.
How to use Website Downloader MCP Server?
Install wget as a prerequisite, then clone the repository, run npm install and npm run build, and add the server to your MCP settings with the command node and the path to the built index.js. The server exposes a tool called download_website with parameters url (required), outputPath (optional, defaults to current directory), and depth (optional, defaults to infinite).
Key features of Website Downloader MCP Server
- Downloads recursively with configurable depth
- Includes all page requisites (CSS, images, etc.)
- Converts links to work locally
- Adds appropriate file extensions
- Restricts downloads to the same domain
- Preserves original website structure
Use cases of Website Downloader MCP Server
- Archiving a website for offline browsing
- Creating a local mirror of a documentation site
- Backing up a personal or small website
- Downloading a website up to a specified link depth
FAQ from Website Downloader MCP Server
What prerequisite do I need to install?
The server requires wget to be installed on your system. Installation instructions are provided for macOS, Linux, and Windows.
How do I configure the download depth?
Use the optional depth parameter with values: 0 for just the specified page, 1 for direct links, or any number for deeper recursion. Defaults to infinite.
Does the server download files from external domains?
No, the downloader restricts downloads to the same domain as the provided URL.
Where are downloaded files saved?
Files are saved to the directory specified in the outputPath parameter. If omitted, they are saved to the current working directory.
How do I install and run this server?
Run npm install and npm run build, then add the server to your MCP settings with the command node followed by the path to the built index.js.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
Comments