MCP cover image
See in Github
2025-04-14

0

Github Watches

0

Github Forks

0

Github Stars

YouTube MCP Server

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.

Available Tools

  • watch_youtube_video - Downloads and processes subtitles for a YouTube video.
    • Required arguments:
      • url (string): The URL of the YouTube video to watch.
      • sub_lang (string): The language of the subtitles to download.

Installation

Prerequisites

This server requires:

  • Python 3.11 or later
  • yt-dlp (must be installed and available in your PATH)

Using uv

uv run src/server.py

Integration

  1. Start the server:
docker build -t youtube-mcp:latest .
docker run --rm -i --name youtube-mcp youtube-mcp:latest
  1. On cursor, add the following to your mcp.json file:
{
  "mcpServers": {
    "youtube-mcp": {
      "transport": "sse",
      "url": "http://localhost:8000/sse",
      "description": "A simple MCP server to watch YouTube videos and download subtitles"
    }
  }
}

Examples of Questions for Cursor

  1. "What does this YouTube video talk about?" (provide URL)
  2. "Can you summarize this YouTube video for me?" (provide URL)
  3. "Extract the key points from this YouTube lecture" (provide URL)
  4. "Watch this YouTube tutorial and explain the steps" (provide URL)

相关推荐

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • langgenius
  • 1Panel-dev
  • 🔥1Panel提供了直观的Web接口和MCP服务器,用于在Linux服务器上管理网站,文件,容器,数据库和LLMS。

  • alibaba
  • rulego
  • ⛓️Rulego是一种轻巧,高性能,嵌入式,下一代组件编排规则引擎框架。

  • lasso-security
  • 基于插件的网关,可协调其他MCP,并允许开发人员在IT企业级代理上构建。

  • hkr04
  • 轻巧的C ++ MCP(模型上下文协议)SDK

  • nbonamy
  • Witsy:桌面AI助手

  • evilsocket
  • 简单的代理开发套件。

    Reviews

    1 (1)
    Avatar
    user_eIuwBIla
    2025-04-24

    I recently started using the youtube-mcp application by RohitMidha23 and it has been a game changer for managing my YouTube content! The interface is user-friendly and it saves me so much time in curating and organizing my playlists. Highly recommended for any YouTube enthusiast!