Download Media
download_mediaDownloads media files from authenticated web pages using saved browser cookies. Automates file retrieval without requiring repeated logins.
Instructions
Downloads files from URLs using saved browser sessions. Use this to download images, videos, or other files found in auth_fetch results. The browser's saved cookies handle authentication automatically — no need to log in again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | One or more URLs to download | |
| output_dir | No | Optional directory to save files to. Defaults to ~/.auth-fetch-mcp/downloads/<timestamp>/ |