Mizstik/get-youtube-video-transcript-mcp
3.2
If you are the rightful owner of get-youtube-video-transcript-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This server fetches transcripts and titles from YouTube videos using yt-dlp.
get-youtube-video-transcript-mcp
This is an MCP server which grabs transcripts/subtitles as well as the title from YouTube videos using yt-dlp.
Installation
git clone https://github.com/Mizstik/get-youtube-video-transcript-mcp.git
cd get-youtube-video-transcript-mcp
npm install
Then grab the yt-dlp executable from https://github.com/yt-dlp/yt-dlp/releases and place it in the cloned directory (where main.js is).
Then add the following to the MCP config of your LLM frontend:
"get-youtube-video-transcript-mcp": {
"command": "node",
"args": [
"C:\\path\\to\\get-youtube-video-transcript-mcp\\main.js"
]
}
Afterward, any model trained on tool-calling can make use of the tool.