YouTube Transcript
STDIOMCP server that downloads subtitles from YouTube and connects them to LLM.
MCP server that downloads subtitles from YouTube and connects them to LLM.
A Model Context Protocol server that allows you to download subtitles from YouTube and connect them to a LLM.
"mcpServers": { "youtube": { "command": "uvx", "args": ["--from", "git+https://github.com/adhikasp/mcp-youtube", "mcp-youtube"] }, }
Clone the repository
Create and activate virtual environment using uv:
uv venv source .venv/bin/activate # On Unix/MacOS # or .venv\Scripts\activate # On Windows
uv sync
python -m youtube_mcp
MIT