Skip to main content
Glama
Vinaykumarreddy467

YouTube Summarizer MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription
summarize_videoGenerate a prompt template that asks an LLM to summarize a video.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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