Youtube Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Youtube Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for YouTube video analysis, providing tools to get transcripts, summarize content, and query videos using Gemini AI.
To install youtube-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Prajwal-ak-0/youtube-mcp --client claude git clone https://github.com/Prajwal-ak-0/youtube-mcp
cd youtube-mcp python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e ..env file with your API keys: GEMINI_API_KEY=your_gemini_api_key
YOUTUBE_API_KEY=your_youtube_api_key mcp dev main.pyNavigate to Stdio
OR
{
"youtube": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/youtube-mcp",
"run",
"main.py",
"--transport",
"stdio",
"--debug"
]
}
}youtube/get-transcript: Get video transcriptyoutube/summarize: Generate a video summaryyoutube/query: Answer questions about a videoyoutube/search: Search for YouTube videosyoutube/get-comments: Retrieve video commentsyoutube/get-likes: Get video like countContributions welcome! Please feel free to submit a Pull Request.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.