Skip to main content
Glama

Video Downloader MCP Server

pyproject.toml•768 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "video-downloader-mcp" version = "0.1.0" description = "MCP server that gives agents video downloading capabilities across 1000+ sites" authors = [ {name = "Claude Code Assistant"} ] readme = "README.md" license = {text = "MIT"} requires-python = ">=3.8" dependencies = [ "mcp>=0.2.0", "yt-dlp>=2023.1.6", "requests>=2.28.0", "aiohttp>=3.8.0", "tomli>=2.0.0; python_version<'3.11'", ] [project.optional-dependencies] dev = [ "black", "isort", "mypy", "pytest", ] [project.scripts] video-downloader-mcp = "video_downloader_mcp.server:main" [tool.black] line-length = 100 [tool.isort] profile = "black" line_length = 100

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/chazmaniandinkle/video-downloader-mcp'

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