# YouTube Transcript Server

Retrieve transcripts and subtitles from YouTube videos effortlessly. Analyze content with support for multiple languages and detailed metadata, enhancing your video processing workflows.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sinco-lab/mcp-youtube-transcript

# Browse available tools
npx -y @smithery/cli@latest tool list sinco-lab/mcp-youtube-transcript

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sinco-lab/mcp-youtube-transcript get_transcripts

# Call a tool
npx -y @smithery/cli@latest tool call sinco-lab/mcp-youtube-transcript get_transcripts '{}'
```

## Tools (1)

- `get_transcripts` — Extract and process transcripts from a YouTube video.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sinco-lab/mcp-youtube-transcript <tool-name>
```

---

Source: https://github.com/sinco-lab/mcp-youtube-transcript | License: MIT
