Skip to main content
Glama

YouTube MCP Server

Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <>". Requires yt-dlp to be installed locally e.g. via Homebrew.

How do I get this working?

Install yt-dlp (Homebrew and WinGet both work great here)

# macOS brew install yt-dlp # Windows winget install yt-dlp

Parameters

  • url: YouTube video URL (required)

  • language: Subtitle language code (optional, default: 'ja')

    • Uses ISO 639-1 language codes

    • Common language codes:

      • ja: Japanese

      • en: English

      • ko: Korean

      • zh: Chinese

      • fr: French

    • Note: An error will occur if subtitles in the specified language do not exist

Example

{ "mcpServers": { "youtube": { "command": "npx", "args": ["-y", "@kazuph/mcp-youtube"] } } }
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.
    Last updated -
    1
    213
    1
    MIT License
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.
    Last updated -
    5
    3
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables searching YouTube videos, retrieving and storing transcripts, and performing semantic search over video content without using the official YouTube API.
    Last updated -
    8
    MIT License
  • A
    security
    F
    license
    A
    quality
    A server that enables interaction with YouTube data through the Model Context Protocol, allowing users to search videos, retrieve detailed information about videos/channels, and fetch comments.
    Last updated -
    12
    1
    11

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server