YouTube Summarizer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| get_youtube_transcriptB | Fetch the full plain-text transcript of a YouTube video. Best for agents that want all text at once. |
| search_transcriptA | Search inside a video transcript and return matching lines with timestamps. Case-insensitive. Helpful when an agent needs to find a specific topic. |
| get_timestamped_transcriptB | Return the full transcript with [MM:SS] timestamps on each line. Useful when an agent needs to cite specific moments in the video. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_video | Generate a prompt template that asks an LLM to summarize a video. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/Vinaykumarreddy467/yt-summarizer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server