Youtube Transcript
Freeby MCP Community
This is an MCP server that allows you to directly download transcripts of YouTube videos.
v0.1.1Added Apr 12, 2026
Youtube Transcript MCP Server
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Installation
npx -y @kimtaeyoon83/mcp-server-youtube-transcript
Reviews
Installation
Quick install
npx -y @kimtaeyoon83/mcp-server-youtube-transcript
Add to claude_desktop_config.json
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": ["-y", "@kimtaeyoon83/mcp-server-youtube-transcript"]
}
}
}