StudyTube MCP
Transforms YouTube educational videos into learning resources such as summaries, notes, quizzes, and flashcards using AI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StudyTube MCPSummarize this video: https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
StudyTube MCP š
An MCP (Model Context Protocol) server that transforms YouTube educational videos into learning resources using AI.
Features
ā Extract YouTube video transcripts
ā Generate concise video summaries
ā Create structured study notes
ā Generate multiple-choice quizzes
ā Create flashcards for revision
Related MCP server: ytt-mcp
Tech Stack
Python
MCP (Model Context Protocol)
Claude Desktop
Groq API
YouTube Transcript API
python-dotenv
Project Structure
StudyTube-MCP/
ā
āāā server.py
āāā utils.py
āāā requirements.txt
āāā .env.example
āāā README.md
āāā screenshots/Installation
1. Clone Repository
git clone https://github.com/your-username/StudyTube-MCP.git
cd StudyTube-MCP2. Create Virtual Environment
python -m venv .venvActivate environment:
Windows:
.venv\Scripts\activate3. Install Dependencies
pip install -r requirements.txt4. Configure Environment Variables
Create a .env file:
GROQ_API_KEY=your_groq_api_keyMCP Configuration
Add the server to Claude Desktop configuration:
{
"mcpServers": {
"studytube": {
"command": "YOUR_PYTHON_PATH",
"args": [
"YOUR_SERVER_PATH\\server.py"
]
}
}
}Available Tools
1. summarize_video(url)
Generates a concise summary of a YouTube video.
Example:
Summarize this video:
https://www.youtube.com/watch?v=VIDEO_ID2. generate_video_notes(url)
Creates structured study notes.
Example:
Generate notes for:
https://www.youtube.com/watch?v=VIDEO_ID3. generate_quiz(url)
Generates multiple-choice questions from video content.
Example:
Generate a quiz for:
https://www.youtube.com/watch?v=VIDEO_ID4. generate_flashcards(url)
Creates flashcards for revision.
Example:
Generate flashcards for:
https://www.youtube.com/watch?v=VIDEO_ID5. get_transcript(url)
Retrieves the transcript of a YouTube video.
Example:
Get transcript for:
https://www.youtube.com/watch?v=VIDEO_IDExample Workflow
YouTube URL
ā
Transcript Extraction
ā
Groq LLM Processing
ā
Summary / Notes / Quiz / FlashcardsScreenshots
Add screenshots of:
Claude using summarize_video()
Claude generating notes
Claude generating quizzes
Claude generating flashcards
Future Improvements
Transcript chunking for long videos
Multi-language support
PDF export
Markdown export
Anki flashcard generation
Learning progress tracking
Author
Suganda Karaguppi
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.Last updated819Apache 2.0
- AlicenseBqualityDmaintenanceAn MCP server designed to fetch transcripts for YouTube videos. It enables AI tools to access video text content for tasks like summarization, analysis, and key takeaway extraction.Last updated172MIT
- Flicense-qualityDmaintenanceThis MCP server fetches and extracts transcripts from YouTube videos, enabling AI language models to access and analyze video content.Last updated1
- Alicense-qualityCmaintenanceMCP server that extracts YouTube video transcripts (including metadata) as Markdown, enabling AI to summarize and discuss video content without watching it.Last updatedMIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
AI-powered YouTube to flashcards with spaced repetition and Anki export
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/Suganda25/StudyTube-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server