Loading languages...
YO

youtube-mcp

@RohitMidha231

A Model Context Protocol server that provides tools to interact with YouTube videos, primarily for retrieving video subtitles. This server enables LLMs to extract content from YouTube videos for analysis and processing.

youtube
subtitles
llm
context
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "youtube-mcp": {
      "transport": "sse",
      "url": "http://localhost:8000/sse",
      "description": "A simple MCP server to watch YouTube videos and download subtitles"
    }
  }
}

# sseURL

http://localhost:8000/sse
Transport:
sse
Taal:
Python
Gemaakt:4/22/2025
Bijgewerkt:4/25/2025