Skip to main content
Glama

MCP File Downloader

by abs222222

download_file

Download files from web URLs with redirect handling and browser fallback for JavaScript-heavy sites. Supports custom file naming and cross-platform compatibility.

Instructions

Download a file from URL (supports redirects and browser download)

Input Schema

NameRequiredDescriptionDefault
filenameNoSave as filename (optional). Can be absolute path.
urlYesURL to download
use_browserNoForce browser download method (for JavaScript-heavy sites). Default: false

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Save as filename (optional). Can be absolute path.", "type": "string" }, "url": { "description": "URL to download", "type": "string" }, "use_browser": { "default": false, "description": "Force browser download method (for JavaScript-heavy sites). Default: false", "type": "boolean" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP File Downloader

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/abs222222/mcp-file-downloader'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server