Skip to main content
Glama

Video Fetch MCP

download_video

Download videos from 1000+ platforms like YouTube and TikTok. Save locally with customizable quality, audio extraction, and subtitle options using Video Fetch MCP.

Instructions

下载指定URL的视频到本地路径

Input Schema

NameRequiredDescriptionDefault
audioFormatNo音频格式mp3
downloadSubtitlesNo是否下载字幕
extractAudioNo是否仅提取音频
outputPathYes本地保存路径
outputTemplateNo输出文件名模板%(title)s.%(ext)s
qualityNo视频质量选项best
subtitleLangsNo字幕语言列表
urlYes视频链接URL

Input Schema (JSON Schema)

{ "properties": { "audioFormat": { "default": "mp3", "description": "音频格式", "enum": [ "mp3", "aac", "wav", "flac" ], "type": "string" }, "downloadSubtitles": { "default": false, "description": "是否下载字幕", "type": "boolean" }, "extractAudio": { "default": false, "description": "是否仅提取音频", "type": "boolean" }, "outputPath": { "description": "本地保存路径", "type": "string" }, "outputTemplate": { "default": "%(title)s.%(ext)s", "description": "输出文件名模板", "type": "string" }, "quality": { "default": "best", "description": "视频质量选项", "enum": [ "best", "worst", "bestvideo", "bestaudio" ], "type": "string" }, "subtitleLangs": { "default": [ "zh-CN", "en" ], "description": "字幕语言列表", "items": { "type": "string" }, "type": "array" }, "url": { "description": "视频链接URL", "type": "string" } }, "required": [ "url", "outputPath" ], "type": "object" }

Other Tools from Video Fetch MCP

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/pickstar-2002/video-fetch-mcp'

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