JUHE API Marketplace
kazuph avatar
MCP Server

@kazuph/mcp-youtube

A Model-Context Protocol Server for YouTube in Jp

4
GitHub Stars
10/3/2025
Last Updated
MCP Server Configuration
1{
2 "name": "youtube",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@kazuph/mcp-youtube"
7 ]
8}
JSON8 lines

README Documentation

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"]
    }
  }
}

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.