Website Downloader
Servidor MCP del descargador de sitios web
Este servidor MCP proporciona una herramienta para descargar sitios web completos mediante wget. Conserva la estructura del sitio web y convierte los enlaces para que funcionen localmente.
Prerrequisitos
El servidor requiere que wget esté instalado en su sistema.
Instalación de wget
macOS
Usando Homebrew:
brew install wgetLinux (Debian/Ubuntu)
sudo apt-get update
sudo apt-get install wgetLinux (Red Hat/Fedora)
sudo dnf install wgetVentanas
Usando Chocolatey :
choco install wgetO descargue el binario desde: https://eternallybored.org/misc/wget/
Descargue la última versión de wget.exe
Colóquelo en un directorio que esté en su PATH (por ejemplo, C:\Windows\System32)
Related MCP server: MCP Windows Website Downloader Server
Uso
El servidor proporciona una herramienta llamada download_website con los siguientes parámetros:
url(obligatorio): La URL del sitio web para descargaroutputPath(opcional): El directorio donde se debe descargar el sitio web. El valor predeterminado es el directorio actual.depth(opcional): Nivel máximo de profundidad para descarga recursiva. El valor predeterminado es infinito. Se establece en 0 solo para la página especificada, en 1 para enlaces directos, etc.
Ejemplo
{
"url": "https://example.com",
"outputPath": "/path/to/output",
"depth": 2 // Optional: Download up to 2 levels deep
}Características
El descargador de sitios web:
Descargas recursivas con profundidad infinita
Incluye todos los requisitos de la página (CSS, imágenes, etc.)
Convierte enlaces para que funcionen localmente
Agrega extensiones apropiadas a los archivos
Restringe las descargas al mismo dominio
Conserva la estructura del sitio web.
Instalación
Construir el servidor:
npm install
npm run buildAgregar a la configuración de MCP:
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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.Last updated613MIT
- AlicenseBqualityDmaintenanceThis server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.Last updated16MIT
- Alicense-qualityAmaintenanceEnables AI agents to clone entire websites, download files, manage authentication sessions, and analyze site information with support for JavaScript-heavy SPAs and dynamic content.Last updated8Apache 2.0
- Alicense-qualityDmaintenanceConverts URL content to Markdown, providing two tools: one for extracting main article content and one for converting the entire HTML.Last updated26MIT
Related MCP Connectors
Source-first URL clone, capture, rebuild, and fidelity verification tools.
Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.
Host static HTML pages, generate PDFs, screenshots, scrape JS sites, run sandboxed JavaScript.
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