Back to Home
Steve-651 icon

mcp-youtube

Verified Safe

by Steve-651

Overview

Extracts YouTube video transcripts and metadata for AI analysis within Claude Desktop.

Installation

Run Command
node dist/mcp-youtube.js

Environment Variables

  • TRANSCRIPTS_FOLDER

Security Notes

The server uses `child_process.execFile` to invoke `yt-dlp`. This is safer than `exec` as it prevents shell injection by design, and arguments are managed internally. No hardcoded secrets or direct 'eval' calls were found. The primary security consideration is the reliance on the externally installed `yt-dlp` utility and the user-configurable `TRANSCRIPTS_FOLDER` which could be set to a sensitive location by the user, though the application itself does not expose these files over a network.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-15

Tags

YouTubeTranscriptionMetadataAI AnalysisMCP Extension