MCP Website Downloader
@angrysky56
About MCP Website Downloader
MCP tool for Claude to download entire Windows working website url and assets and save to a library for AI use.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-windows-website-downloader": {
"command": "uv",
"args": [
"venv"
]
}
}
}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 MCP Website Downloader?
MCP Website Downloader is an MCP server for downloading documentation websites and preparing them for RAG indexing. It is intended for users who want to capture website content for offline use or retrieval-augmented generation (RAG) systems.
How to use MCP Website Downloader?
Install by cloning the repository, creating a virtual environment with uv venv, activating it, and running pip install -e .. Configure the server in your MCP client’s config file (e.g., claude_desktop_config.json) with the command uv run mcp-windows-website-downloader --library <path>. Alternatively, start the server directly with python -m mcp_windows_website_downloader.server --library docs_library and use MCP client tools to call the download tool with a URL.
Key features of MCP Website Downloader
- Downloads documentation websites for offline use
- Maintains original site structure and navigation
- Downloads and organizes CSS, JS, and image assets
- Creates a
rag_index.jsonindex for RAG systems - Handles common errors like invalid URLs and network failures
Use cases of MCP Website Downloader
- Preparing documentation sites for RAG indexing and retrieval
- Archiving web documentation for offline browsing
- Structuring website content for use with AI tools or language models
FAQ from MCP Website Downloader
What dependencies does MCP Website Downloader require?
Python and uv are required. The server uses pip to install the package and expects an MCP client (e.g., Claude Desktop) to invoke its tools.
Where does MCP Website Downloader store downloaded content?
Content is stored in a local library folder specified by the --library argument. The folder is structured by domain, with HTML pages, assets (CSS, JS, images), and a rag_index.json index file.
How does MCP Website Downloader handle errors?
The server returns JSON error responses with status "error" and a detailed message. It handles invalid URLs, network errors, asset download failures, malformed HTML, deep recursion, and file system issues.
What transport does MCP Website Downloader use?
It uses the standard MCP interface, running as a subprocess communicated via stdio (as configured in the client’s JSON config).
Is there a limit to how many pages MCP Website Downloader can download?
The README mentions “reasonable depth limits” as a design principle and handles deep recursion in error handling, suggesting a configurable or built-in limit, but the exact value is not specified.
Frequently asked questions
What dependencies does MCP Website Downloader require?
Python and `uv` are required. The server uses `pip` to install the package and expects an MCP client (e.g., Claude Desktop) to invoke its tools.
Where does MCP Website Downloader store downloaded content?
Content is stored in a local library folder specified by the `--library` argument. The folder is structured by domain, with HTML pages, assets (CSS, JS, images), and a `rag_index.json` index file.
How does MCP Website Downloader handle errors?
The server returns JSON error responses with status `"error"` and a detailed message. It handles invalid URLs, network errors, asset download failures, malformed HTML, deep recursion, and file system issues.
What transport does MCP Website Downloader use?
It uses the standard MCP interface, running as a subprocess communicated via stdio (as configured in the client’s JSON config).
Is there a limit to how many pages MCP Website Downloader can download?
The README mentions “reasonable depth limits” as a design principle and handles deep recursion in error handling, suggesting a configurable or built-in limit, but the exact value is not specified.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
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
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
Comments