MCP Windows Website Downloader Server

download-website

Download a website with its assets

Input Schema

NameRequiredDescriptionDefault
include_assetsNoDownload images, CSS, JS
urlYesWebsite URL to download

Input Schema (JSON Schema)

{ "properties": { "include_assets": { "default": true, "description": "Download images, CSS, JS", "type": "boolean" }, "url": { "description": "Website URL to download", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools