MCP Server Youtube Transcript
UnclaimedThis is an MCP server that allows you to directly download transcripts of YouTube videos.
Install
npx -y @smithery/cli install @kimtaeyoon83/mcp-server-youtube-transcript --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
analyze_video
(optional, requires a TwelveLabs API key)
get_transcript
include_timestamps
(boolean, optional, default: false): Include timestamps in output (e.g., '[0:05] text')
lang
(string, optional, default: "en"): Language code for transcript (e.g., 'ko', 'en'). Automatically falls back to available languages if requested language is not found.
max_tokens
(number, optional, default: 2048): Maximum response length in tokens.
model
(string, optional, default: "pegasus1.2"): Pegasus model to use ("pegasus1.2" or "pegasus1.5").
prompt
(string, optional): Instruction or question for the model (e.g. "Summarize this video in 3 sentences" or "What products are shown?"). Defaults to a general summary.
strip_ads
(boolean, optional, default: true): Filter out sponsorships, ads, and promotional content from transcript based on chapter markers
url
(string, required): YouTube video URL, Shorts URL, or video ID