tolgaio/mcp-youtube-transcript
3.1
If you are the rightful owner of mcp-youtube-transcript 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.
The Model Context Protocol (MCP) server provides tools for extracting YouTube transcripts, facilitating their use in Language Learning Models (LLMs).
YouTube Transcript MCP Server
A Model Context Protocol (MCP) server that provides YouTube transcript extraction tools for LLMs.
Building
Use defaults
make build-remote
Override build server
make build-remote BUILD_SERVER=<user@build.example.com>
Override both
make build-remote REGISTRY_URL=docker.io/myuser BUILD_SERVER=<builder@example.com>
Or set as environment variables
export BUILD_SERVER=<jenkins@ci.company.com>
export REGISTRY_URL=harbor.company.com
make build-remote