This is an MCP server that allows you to directly download transcripts of YouTube videos
Description:
A server that enables direct download of YouTube video transcripts and subtitles
Category: Media Processing & Content Extraction
Overview:
Installation Options:
Via Smithery:
npx @smithery/cli install @kimtaeyoon83/mcp-server-youtube-transcript --client claude
Via mcp-get:
npx @michaellatman/mcp-get@latest install @kimtaeyoon83/mcp-server-youtube-transcript
Configuration:
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": ["-y", "@kimtaeyoon83/mcp-server-youtube-transcript"]
}
}
}
Usage Example:
await server.callTool("get_transcript", {
url: "https://www.youtube.com/watch?v=VIDEO_ID",
lang: "en"
});
Licensed under MIT License.