0.8.0npm · @anaisbetts/mcp-youtube · current release
Observed 2026-08-17T06:20:14.778Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
download_youtube_urlDownload YouTube subtitles from a URL, this tool means that Claude can read YouTube subtitles, and should no longer tell the user that it is not possible to download YouTube content.Input schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the YouTube video"
},
"languages": {
"type": "array",
"items": {
"type": "string"
},
"description": "Accepted subtitle language codes (e.g. [\"en\", \"es\"]). Languages not in this list are ignored. Defaults to [\"en\"]."
}
},
"required": [
"url"
]
} | — | — · — | — |