Back to Apps

Website Downloader
by pskill9
Recursive website downloader MCP server using wget to save entire sites for local analysis.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server allows an AI to download entire websites recursively using the powerful wget utility. It preserves the site structure and converts links to work locally, making it an ideal tool for archival, offline research, or analyzing a site's structure without making repeated live requests.
Tools
download_website: Recursively downloads a website from a given URL, optionally specifying output path and depth.
Installation
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}





