loading…
Search for a command to run...
loading…
This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.
This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.
This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally.
The server requires wget to be installed on your system.
Using Homebrew:
brew install wget
sudo apt-get update
sudo apt-get install wget
sudo dnf install wget
choco install wget
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.{
"url": "https://example.com",
"outputPath": "/path/to/output",
"depth": 2 // Optional: Download up to 2 levels deep
}
The website downloader:
npm install
npm run build
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}
Run in your terminal:
claude mcp add pskill9-website-downloader -- npx Yes, pskill9/website-downloader MCP is free — one-click install via Unyly at no cost.
No, pskill9/website-downloader runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open pskill9/website-downloader on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
pro tip
Just installed pskill9/website-downloader? Say to Claude: "remember why I installed pskill9/website-downloaderand what I want to try" — it'll save into your Vault.
how this works →CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.