Skip to main content
Browser AutomationTypeScript

kimtaeyoon83/mcp-server-youtube-transcript

Fetch YouTube subtitles and transcripts for AI analysis

browser-automationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kimtaeyoon83/mcp-server-youtube-transcript

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-youtube-transcript": {
      "command": "npx",
      "args": [
        "-y",
        "kimtaeyoon83/mcp-server-youtube-transcript"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
kimtaeyoon83