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.
Latest Blog Posts
- 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