Skip to content

Youtube Transcript

Free

by MCP Community

This is an MCP server that allows you to directly download transcripts of YouTube videos.

v0.1.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}