general MCP Server
MCP server to download entire websites
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx website-downloader
2. Add to claude_desktop_config.json
{
"mcpServers": {
"website-downloader": {
"command": "npx",
"args": [
"website-downloader"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)