Metadata-Version: 2.4
Name: youtube-transcript-mcp
Version: 0.2.0
Summary: MCP server for fetching YouTube transcripts
Author-email: Jeril Sebastian <seb988@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: mcp
Requires-Dist: youtube-transcript-api
Description-Content-Type: text/markdown

# YouTube Trascript MCP Server

A Model Context Protocol server that allows you to download subtitles from YouTube and connect them to a LLM. This is just a thin wrapper on the youtube-transcript-api package.

## Features

- Download transcripts of YouTube videos
- Optionally include timestamps
- Works with any MCP-compatible client

## Usage

### In your MCP client configuration:

```json
"mcpServers": {
    "youtube": {
      "command": "uvx",
      "args": ["youtube-transcript-mcp"]
    },
}
```

## License

MIT