Summary
A video becomes text you can quote, with the timestamps kept.
Two tools and one decision: the summary when the gist is enough, the transcript when the exact words and where they fall matter. Both take a lang parameter, so the output language is not bound to the video's. There is no search step here — you bring the videoId.
What it is
A two-tool server over YouTube video text: a timestamped transcript, and a summary of the same video.
What you get
- get_transcript returning the transcript with timestamps, so a quote can be cited with the point it was said
- get_summary for the same video, with a mode and a language
- Both keyed on videoId alone, which is all a pasted link gives you
Requirements
The videoId of a YouTube video. The repository declares no license.
Setup effort
One command — npm install -g @deepsrt/deepsrt-mcp
