← YouTube Transcript MCP Server
1.0.3npm · @fabriqa.ai/youtube-transcript-mcp · current release
Observed 2026-08-17T14:44:29.734Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
get-transcriptRetrieve the transcript of a YouTube video. Accepts various YouTube URL formats and returns the full transcript with timestamps.Input schema{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "YouTube video URL (e.g., https://www.youtube.com/watch?v=VIDEO_ID or https://youtu.be/VIDEO_ID)"
},
"lang": {
"type": "string",
"description": "Language code for transcript (e.g., 'en', 'es', 'fr'). Default: video's default language"
},
"include_timestamps": {
"type": "boolean",
"description": "Include timestamps in the transcript output. Default: true"
}
},
"required": [
"url"
],
"additionalProperties": false
} | — | — · — | — |
get-transcript-languagesList all available transcript languages for a YouTube video.Input schema{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "YouTube video URL"
}
},
"required": [
"url"
],
"additionalProperties": false
} | — | — · — | — |