Labsco
MCP SERVER

rippr YouTube Transcripts

by mrslbt

Pull a YouTube transcript to a Markdown file and get back the path, the metadata and a preview — the full text stays out of the response unless you ask for it.

Speech Synthesis & TranscriptionVerified
Summary
The default is a file on disk and a preview rather than the transcript, and that is the design decision worth knowing before wiring it in.

rip_transcript keeps the full text out of the response unless return_text is set, on the stated reasoning that it keeps context lean and leaves a persistent file that can be reused. What comes back instead is enough to decide whether to open it: title, channel, language, duration, word count and the saved path. The vendor also asks that the saved location always be reported to the user afterwards, which is a fair habit to keep when the output lands outside the conversation.

What it is

A single-tool YouTube transcript extractor that saves the transcript as a Markdown file and returns a resource link with metadata rather than the text itself.

What you get
  • rip_transcript extracts a video's full transcript and, by default, writes it to a Markdown file, returning a resource link plus the title, channel, language, duration, word count, saved path and a preview.
  • return_text overrides that default when the transcript itself is what you want back, and format and save_path control the output form and where it lands.
Requirements

A writable location for the saved file — save_path sets it, and the tool reports the path it used.

Setup effort

One command — npx rippr-mcp