mcp-youtube-transcript
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_youtube_transcriptB | Get the transcript of a YouTube video using the primary extraction method. Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en' |
| get_youtube_transcript_ytdlpA | Get the transcript of a YouTube video using yt-dlp (most reliable method). Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en' |
| get_plain_text_transcriptA | Extract clean plain text transcript without timestamps, optimized for AI analysis. Args: video_url: YouTube video URL aggressive_dedup: Use aggressive deduplication for cleaner text |
| get_enhanced_video_metadataC | Get comprehensive video metadata using enhanced extraction pipeline. Args: video_url: YouTube video URL |
| get_transcript_quality_analysisC | Get comprehensive quality analysis for a YouTube video transcript. Args: video_url: YouTube video URL |
| list_transcript_resourcesA | List all available transcript resources in the system. This tool provides access to stored transcript files that can be loaded without tokens. |
| load_transcript_resourceC | Load a specific transcript resource by video ID. Args: video_id: YouTube video ID to load transcript for |
| create_mcp_resource_from_transcript_v2A | Create a persistent MCP resource from a YouTube video transcript. This creates a markdown file in resources/transcripts/ that can be accessed with zero token consumption via MCP resources. Args: video_url: YouTube video URL resource_name: Optional custom name for the resource (auto-generated if empty) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| transcript_analysis_workshop | Interactive workshop prompt for comprehensive transcript analysis. |
| study_notes_generator | Generate structured study notes from educational video content. |
| video_research_planner | Plan a research strategy using YouTube videos for learning about a topic. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_available_transcripts_resource | List all available transcript resources (CRITICAL for zero-token browsing). |
| get_cached_transcripts_resource | Get information about in-memory cached transcripts. |
| get_quality_report_resource | System-wide quality analytics and processing statistics. |
| get_analysis_history_resource | Usage tracking and analysis history. |
| get_system_status_resource | Health monitoring and system status. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/of3y/mcp-youtube-transcript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server