1. get_transcript
Extract transcripts from YouTube videos with language support.
Parameters:
url
(string, required): YouTube video URL or video IDlang
(string, optional, default: "en"): Language code for transcript (e.g., 'ko', 'en')
This project is an MCP server that enables direct downloading of YouTube video transcripts.
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": ["-y", "@kimtaeyoon83/mcp-server-youtube-transcript"]
}
}
}