Skip to main content
Glama

YouTube MCP

pyproject.toml1.02 kB
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "youtube-mcp" version = "0.1.0" description = "YouTube MCP Server for video analysis with Gemini AI" readme = "README.md" requires-python = ">=3.9" license = {text = "MIT"} keywords = ["youtube", "mcp", "ai", "gemini", "transcript"] authors = [ {name = "Prajwal-ak-0"} ] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ "mcp", "google-genai", "aiohttp", "youtube-transcript-api", "python-dotenv", ] [project.urls] "Homepage" = "https://github.com/Prajwal-ak-0/youtube-mcp" "Bug Tracker" = "https://github.com/Prajwal-ak-0/youtube-mcp/issues" [tool.setuptools] package-dir = {"" = "."} [tool.black] line-length = 88 target-version = ["py39", "py310", "py311"]

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/Prajwal-ak-0/youtube-mcp'

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