This project is an MCP server that enables direct downloading of YouTube video transcripts.
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'){
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": ["-y", "@kimtaeyoon83/mcp-server-youtube-transcript"]
}
}
}