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 Python MCP server that lets Claude search YouTube for artists and manage playlists on your account.
client_secret.json in this folderOpen a terminal in this folder and run:
pip install -r requirements.txtOpen your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the following entry inside the "mcpServers" object (create the object if it doesn't exist):
{
"mcpServers": {
"youtube-playlist-manager": {
"command": "python",
"args": ["/FULL/PATH/TO/THIS/FOLDER/server.py"]
}
}
}Replace /FULL/PATH/TO/THIS/FOLDER/ with the actual path where you saved these files.
Example on Mac:
{
"mcpServers": {
"youtube-playlist-manager": {
"command": "python3",
"args": ["/Users/yourname/youtube_mcp/server.py"]
}
}
}token.json file is saved locally — you won't need to log in again| Tool | Description |
|---|---|
search_artists | Search for artist/musician channels by name + optional genre |
search_videos | Search for music videos, optionally within a specific channel |
create_playlist | Create a new playlist on your YouTube account |
add_videos_to_playlist | Add videos (by ID) to an existing playlist |
list_my_playlists | List all your YouTube playlists |
youtube_mcp/
├── server.py ← The MCP server (main file)
├── requirements.txt ← Python dependencies
├── client_secret.json ← YOU ADD THIS (downloaded from Google Cloud)
├── token.json ← Auto-created after first login
└── README.md ← This file"client_secret.json not found" → Make sure you downloaded and renamed the file correctly and placed it in the same folder as server.py.
"Access blocked" in browser → Your OAuth app may be in "testing" mode. Go to Google Cloud Console → OAuth consent screen → Add your Google account as a test user.
Tool not appearing in Claude → Double-check the path in claude_desktop_config.json and restart Claude Desktop fully.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.