MCP Youtube Transcript
未认领TypeScript MCP server for retrieving YouTube transcripts in Claude Desktop, Cursor, Cline, Codex, and other MCP clients
captionsclaudeclinecursormcpmcp-servertranscripttypescriptyoutubeyoutube-transcript
安装
$
npx @modelcontextprotocol/inspector node "dist/index.js"工具(8 个)
enableParagraphs
(boolean, optional): Enable paragraph mode. Default: false.
get_available_languages
Lists available transcript languages for a YouTube video. Use this before retrying with a specific lang value.
get_timed_transcript
Fetches transcript text with one timestamped line per caption segment.
get_transcript
Alias of gettranscripts for compatibility with other YouTube transcript MCP servers.
get_transcripts
Fetches transcript text from a YouTube video.
get_video_info
Fetches basic video metadata and available transcript languages without returning the full transcript.
lang
(string, optional): Language code. If omitted, the best available caption track is used.
url
(string, required): YouTube video URL or ID