Website Downloader
The Website Downloader Server allows you to download entire websites for offline use. With this server, you can:
Download complete websites recursively with all resources (CSS, images, etc.)
Preserve the original website structure locally
Convert links to work properly in the offline version
Customize recursion depth (defaults to infinite)
Specify output directory for downloads
Restrict downloads to the same domain as the initial URL
Add appropriate file extensions to downloaded files
Works cross-platform on macOS, Linux, and Windows with wget installed
Mentioned as one of the installation methods for wget on Windows, which is a prerequisite for the website downloader.
Mentioned as one of the page requisites that the downloader includes when downloading websites.
Referenced as one of the Linux distributions where wget can be installed via apt-get command.
Referenced as one of the Linux distributions where wget can be installed via dnf command.
Mentioned as the installation method for wget on macOS, which is a prerequisite for the website downloader.
Referenced as one of the operating systems where wget can be installed.
Mentioned as one of the operating systems where wget can be installed as a prerequisite.
Referenced as one of the Linux distributions where wget can be installed via dnf command.
Referenced as one of the Linux distributions where wget can be installed via apt-get command.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Website Downloaderdownload the documentation from docs.example.com to my local folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Website Downloader MCP Server
This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.
Prerequisites
The server requires wget to be installed on your system.
Installing wget
macOS
Using Homebrew:
brew install wgetLinux (Debian/Ubuntu)
sudo apt-get update
sudo apt-get install wgetLinux (Red Hat/Fedora)
sudo dnf install wgetWindows
Using Chocolatey:
choco install wgetOr download the binary from: https://eternallybored.org/misc/wget/
Download the latest wget.exe
Place it in a directory that's in your PATH (e.g., C:\Windows\System32)
Related MCP server: MCP Windows Website Downloader Server
Usage
The server provides a tool called download_website with the following parameters:
url(required): The URL of the website to downloadoutputPath(optional): The directory where the website should be downloaded. Defaults to the current directory.depth(optional): Maximum depth level for recursive downloading. Defaults to infinite. Set to 0 for just the specified page, 1 for direct links, etc.
Example
{
"url": "https://example.com",
"outputPath": "/path/to/output",
"depth": 2 // Optional: Download up to 2 levels deep
}Features
The website downloader:
Downloads recursively with infinite depth
Includes all page requisites (CSS, images, etc.)
Converts links to work locally
Adds appropriate extensions to files
Restricts downloads to the same domain
Preserves the website structure
Installation
Build the server:
npm install
npm run buildAdd to MCP settings:
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}Available Tools
1 tooldownload_websiteC
Download an entire website using wget
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Maximum depth level for recursive downloading (optional, defaults to infinite) | |
| outputPath | No | Path where the website should be downloaded (optional, defaults to current directory) | |
| url | Yes | URL of the website to download |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions using wget, which implies network operations and file system writes, but doesn't specify potential side effects like data consumption, rate limits, or file overwriting risks. This leaves significant gaps in understanding the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose without any unnecessary words. It is front-loaded and appropriately sized, making it easy to understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (downloading entire websites with potential network and file system impacts), no annotations, and no output schema, the description is insufficient. It lacks details on return values, error handling, or operational constraints, leaving the agent with incomplete information for safe and effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no additional meaning or context beyond what the schema provides, such as explaining how depth affects recursion or outputPath usage. Thus, it meets the baseline for high schema coverage without adding value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('download') and resource ('an entire website'), specifying the method ('using wget'). It distinguishes the tool's scope as downloading entire websites, which is specific. However, without sibling tools, it doesn't need to differentiate from alternatives, so it doesn't reach the highest score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives or any context for its application. It lacks information about prerequisites, such as internet connectivity or permissions, and doesn't mention any exclusions or best practices for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.0- First observed
download_website
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as downloading websites, leaving no room for confusion or misselection.
The single tool name follows a clear verb_noun pattern (download_website), which is consistent and predictable. Since there are no other tools to compare against, the naming is inherently consistent.
A single tool is too few for a server named 'Website Downloader', as it suggests a limited scope that may not cover related operations like checking download status, managing downloads, or handling errors. This minimal set feels thin and incomplete for the domain.
The tool surface is severely incomplete for website downloading. While download_website handles the core action, there are obvious gaps such as listing downloads, pausing/resuming, verifying downloads, or handling configurations, which could lead to agent failures in real-world scenarios.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Convert any public webpage to a PDF. Single narrow tool, not a bloated PDF toolkit.
Source-first URL clone, capture, rebuild, and fidelity verification tools.
Extract data from any website with this web scraper tool.
- pinsuiteOAuthapp.pinsuite
Download and save Pinterest boards, Instagram posts and web pages into a library you own.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.613MIT
- AlicenseBqualityDmaintenanceThis server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.16MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to clone entire websites, download files, manage authentication sessions, and analyze site information with support for JavaScript-heavy SPAs and dynamic content.8Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConverts URL content to Markdown, providing two tools: one for extracting main article content and one for converting the entire HTML.13MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pskill9/website-downloader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server