52
/ 100
1 month ago
glama

youtube-mcp-download

Provides tools to download YouTube videos and playlists asynchronously, with job tracking and metadata storage via a SQLite database, enabling library management through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — get_video_metadata (line 611: result = subprocess.run(cmd, capture_output=True, text=True, timeout=30)); get_playlist_metadata (line 753: result = subprocess.run(cmd, capture_output=True, text=True, timeout=30))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/granludo-youtube-mcp-download-ntpm80)](https://m8ven.ai/mcp/granludo-youtube-mcp-download-ntpm80)
commit: 0e9403f37c4ade9c96f5dc8159a642382b4c4847
code hash: ba3e8eb62a46ae4282b46b80133c38b7da5ea161334a0916b81d480b2e17ccda
verified: 6/24/2026, 10:25:54 AM
view raw JSON →