Enables AI assistants to retrieve transcripts from YouTube videos via a serverless API deployed on Cloudflare Workers
Local Onlyobjones25
Awaiting current scanNpm · 1.0.1
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2024-11-05Negotiated protocol
youtube-transcript-serverServer-reported name
1Capability groups
Aug 21, 2026Observed
Tools 2
Tool
Category
Annotations
Risk
list_available_transcriptsList all available transcript languages for a YouTube videoInput schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "YouTube video URL or video ID"
},
"video_id": {
"type": "string",
"description": "YouTube video ID (alternative to url)"
}
},
"required": []
}
—
—
retrieve_transcriptRetrieve transcript/captions from a YouTube video with multiple output formatsInput schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "YouTube video URL or video ID"
},
"video_id": {
"type": "string",
"description": "YouTube video ID (alternative to url)"
},
"lang": {
"type": "string",
"description": "Language code for transcript (e.g., \"en\", \"es\", \"fr\"). Default: \"en\"",
"default": "en"
},
"format": {
"type": "string",
"enum": [
"text",
"json",
"srt"
],
"description": "Output format: \"text\" (plain text), \"json\" (structured), or \"srt\" (subtitle format). Default: \"json\"",
"default": "json"
},
"include_timestamps": {
"type": "boolean",
"description": "Include timestamps in text format output. Default: false",
"default": false
}
},
"required": []
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
YouTube Transcript MCP Server questions
How do I install YouTube Transcript MCP Server?
Install the selected package version with: npm install --save-exact youtube-transcript-mcp-server@1.0.1
What tools does YouTube Transcript MCP Server provide?
YouTube Transcript MCP Server exposed 2 tools during independent protocol observation, including list_available_transcripts, retrieve_transcript.
Is YouTube Transcript MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Company and product intelligence
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.