YouTube MCP Server
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": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_videosB | Search YouTube for videos. Args: query: Search query (e.g. "how to price a SaaS") limit: Maximum number of results (default 10, max 30) |
| get_video_infoB | Get detailed information about a YouTube video including title, description, stats, tags, and chapters. Args: video_url: YouTube video URL (e.g. "https://youtube.com/watch?v=xxx") |
| get_channel_infoB | Get information about a YouTube channel. Args: channel: Channel URL or @handle (e.g. "@mkbhd" or "https://youtube.com/@mkbhd") |
| get_channel_videosB | Get videos from a YouTube channel. Args: channel: Channel URL or @handle (e.g. "@mkbhd") limit: Maximum number of videos (default 20, max 100) sort: Sort order — "date" (newest first) or "popular" (most viewed) |
| get_transcriptA | Get the full transcript of a YouTube video with timestamps. Args: video_url: YouTube video URL language: Preferred language code (default "en", tries auto-generated fallback) |
| get_commentsB | Get comments from a YouTube video. Args: video_url: YouTube video URL limit: Maximum number of comments (default 20, max 100) |
| search_transcriptB | Search for specific content within a video's transcript. Returns matching passages with timestamps and direct links. Args: video_url: YouTube video URL query: Text to search for in the transcript language: Preferred language code (default "en") |
| search_channel_transcriptsA | Search for specific content across all videos of a YouTube channel. This is the power feature: find what a creator said about any topic. Args: channel: Channel URL or @handle (e.g. "@hormozi") query: Text to search for across all transcripts language: Preferred language code (default "en") max_videos: Maximum number of recent videos to search (default 10, max 50) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Anarcyst/youtube-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server