yt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YOUTUBE_API_KEY | Yes | Your Google Cloud API key with YouTube Data API v3 enabled |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_channelA | Resolve a channel handle, URL, id or name to a channel with its stats. Useful on its own to confirm which channel a name refers to before searching. |
| search_channel_videosA | Search one channel's videos by keyword, e.g. the latest iPhone review on MKBHD. Costs 100 YouTube quota units per 50 results. When you want recent uploads and have no keyword, use list_channel_videos instead — it is 100x cheaper. |
| list_channel_videosA | List a channel's uploads newest first, optionally within a date range. Example: everything MKBHD posted in the last year, via published_after='1y'. |
| get_video_transcriptA | Get a video's transcript as '[MM:SS] text' lines you can quote and cite. Quote the timestamps back so claims stay traceable, e.g. "at [03:15] he says the battery is 17% larger than last year". Narrow long videos with start_seconds and end_seconds. Reads public caption tracks, so it costs no API quota. |
| get_video_detailsA | Get a video's full description, extracted links, tags and engagement counts. The links list is what the creator cited in the description — sources, products, sponsors and their own other videos. |
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/guyvandam/yt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server