# mcp-server-youtube-transcript

> MCP Server

This repository hosts a Model Context Protocol (MCP) server designed to retrieve transcripts from YouTube videos, supporting multiple video URL formats and language-specific transcript retrieval through a simple interface.

## Overview

- **Category:** Developer Tools
- **Language:** JavaScript
- **Stars:** 582
- **Forks:** 14
- **Owner:** kimtaeyoon83
- **GitHub:** https://github.com/kimtaeyoon83/mcp-server-youtube-transcript
- **Created:** 2024-11-29T04:53:05+00:00
- **Updated:** 2025-03-28T15:48:46+00:00
- **Source:** https://model-context-protocol.com/servers/youtube-transcript-downloader-mcp-server

## Setup

## Setup

Install dependencies:
```bash
npm install
```

Build the server:
```bash
npm run build
```

For development with auto-rebuild:
```bash
npm run watch
```

## Tools

## Available Tools

1. **get_transcript** (Extract transcripts from YouTube videos)
2. Support for multiple video URL formats
3. Language-specific transcript retrieval
4. Detailed metadata in responses

