Skip to main content
Glama
custardcream98

YouTube Content Extractor MCP

YouTube Content Extractor MCP

한국어 문서

MCP server for extracting YouTube video content with transcript processing.

  • Video title and description

  • Transcript (from subtitles or Whisper speech-to-text)

  • Video metadata

Prerequisites

Before installing this MCP server, you need to install the following dependencies:

Required Dependencies

  1. yt-dlp (YouTube content extraction):

    pip install yt-dlp
    # or via Homebrew
    brew install yt-dlp
  2. OpenAI Whisper (for audio transcription fallback):

    pip install openai-whisper
    # or via Homebrew
    brew install openai-whisper

Verify Installation

Check that all dependencies are properly installed:

yt-dlp --version
whisper --help

Installation

npm install -g youtube-scrap-mcp
{
  "mcpServers": {
    "youtube-scrap": {
      "command": "npx",
      "args": ["youtube-scrap-mcp"]
    }
  }
}

Option 2: From Source

git clone https://github.com/your-username/youtube-scrap-mcp.git
cd youtube-scrap-mcp
pnpm install
pnpm build
{
  "mcpServers": {
    "youtube-scrap": {
      "command": "node",
      "args": ["/path/to/youtube-scrap-mcp/dist/stdio.js"]
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/custardcream98/youtube-scrap-mcp'

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