
YouTube Video Summarizer
STDIOMCP server that fetches and summarizes YouTube videos with transcripts
MCP server that fetches and summarizes YouTube videos with transcripts
An MCP (Model Context Protocol) server that enables AI assistants to analyze and summarize YouTube videos by extracting captions, descriptions, and metadata.
To add the MCP server to your MCP client:
npm install -g youtube-video-summarizer-mcp
{ "mcpServers": { "youtube-video-summarizer": { "command": "youtube-video-summarizer", "args": [] } } }
When integrated with an MCP client, the following commands become available:
Once integrated with your MCP client, you can use natural language to request video summaries:
"Can you summarize this YouTube video: https://youtube.com/watch?v=VIDEO_ID"
"What are the main points from this video's captions?"
"Extract the key information from this YouTube link"
npm install -g youtube-video-summarizer-mcp
git clone https://github.com/nabid-pf/youtube-video-summarizer-mcp.git cd youtube-video-summarizer-mcp npm install npm run build
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.