Loading...
brew install wget{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}download_websiteDownloads a website to a specified output path using wget.
Writes files to the file system and executes an external command (wget).
This server is moderately safe if used responsibly. The risk comes from the underlying `wget` command and the potential for writing to the file system. Ensure the URL is trusted and the output path is carefully managed to mitigate risks. Limiting the download depth is also recommended.