Skip to main content
Glama

MCP Video Digest

by R-lz
pyproject.toml660 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-video-digest" version = "0.1.0" description = "MCP Server for transcribing videos via video links and summarizing video content" authors = [ { name = "R-lz"} ] readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.6.0", "yt-dlp>=2025.3.31", "requests>=2.32.3", "python-dotenv>=1.1.0", "speechmatics-python>=3.0.3", ] [project.scripts] video-digest = "src.main:mcp" [tool.hatch.build.targets.wheel] packages = ["src"] [tool.hatch.build] include = [ "src/**/*.py", "config/**/*.py", "tests/**/*.py" ]

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/R-lz/mcp-video-digest'

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