Skip to content

Conversation

@sinjab
Copy link

@sinjab sinjab commented Jun 27, 2025

Adding mcp-youtube-extract, a Model Context Protocol server for YouTube operations.

Features

  • Extract video metadata (title, description, channel, publish date)
  • Get video transcripts with intelligent fallback logic
  • Support for auto-generated and manual transcripts
  • Comprehensive logging and error handling
  • Published on PyPI for easy installation

Links

Installation

pip install mcp-youtube-extract

Configuration

{
  "mcpServers": {
    "mcp_youtube_extract": {
      "command": "mcp_youtube_extract",
      "env": {
        "YOUTUBE_API_KEY": "your_youtube_api_key"
      }
    }
  }
}

Tools

  • get_yt_video_info: Fetch YouTube video information and transcript

This server demonstrates core MCP concepts including tools, logging, and error handling while providing practical YouTube integration capabilities.

- YouTube video information extraction
- Transcript retrieval with intelligent fallback logic
- Comprehensive logging and error handling
- Available on PyPI: mcp-youtube-extract
- Support for auto-generated and manual transcripts
@olaservo
Copy link
Member

olaservo commented Jul 3, 2025

Thanks for your contribution to the servers list. This has been merged in this combined PR: #2263

This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me.

@olaservo olaservo closed this Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants