LearnFlow AI
Integrates with YouTube Data API v3 to provide tools for searching videos, getting video details, analyzing video quality and comments, comparing videos, and fetching transcripts for educational purposes.
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., "@LearnFlow AIfind best YouTube tutorials for machine learning"
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.
🌟 What is LearnFlow AI?
LearnFlow AI is a revolutionary MCP (Model Context Protocol) server that transforms how you learn programming and technology. It connects directly to Claude AI and gives it superpowers to:
🎯 Find the BEST YouTube tutorials for any topic
📚 Generate personalized learning paths for ANY skill
🔍 Filter videos by quality (80%+ positive comments only!)
⏱️ Create time-based study plans (1 hour, weekend, daily micro-learning)
🎓 Track your learning progress
🆕 Stay updated with latest tech news and features
"Learn anything, build everything, pay nothing." 💪
Related MCP server: SkillForge
🎬 Why LearnFlow AI?
Problem | LearnFlow AI Solution |
😵 Overwhelmed by YouTube tutorials | 🎯 AI finds the BEST videos, filters out junk |
📚 Don't know where to start | 🗺️ Auto-generated learning roadmaps |
⏰ No time to learn | ⚡ 15-min daily micro-learning plans |
💸 Can't afford courses | 🆓 100% free YouTube-based learning |
📅 No structure | 📋 Week-by-week curriculum with projects |
🤔 Outdated content | 🆕 Finds recent, up-to-date tutorials |
🚀 Quick Start (5 Minutes Setup!)
Prerequisites
Node.js 18+ - Download here
YouTube Data API Key - Get free key here
Claude Desktop - Download here
Step 1: Clone & Install
# Clone the repository
git clone https://github.com/Shalin-Shah-2002/Yt-MCP.git
# Navigate to project
cd Yt-MCP
# Install dependencies
npm installStep 2: Get YouTube API Key (Free!)
Go to Google Cloud Console
Create a new project (or select existing)
Enable YouTube Data API v3
Go to Credentials → Create Credentials → API Key
Copy your API key
Step 3: Configure Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"learnflow-ai": {
"command": "node",
"args": ["/FULL/PATH/TO/Yt-MCP/src/server.js"],
"env": {
"YOUTUBE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}💡 Replace
/FULL/PATH/TO/Yt-MCPwith actual path and add your API key!
Step 4: Restart Claude Desktop
Close and reopen Claude Desktop. You should see LearnFlow AI tools available! 🎉
🛠️ All Features & Tools (27 Total!)
📹 YouTube Tools (14 Tools)
Tool | Description |
| Search YouTube videos with smart ranking |
| Get comprehensive video info |
| Deep analysis with quality score & recommendations |
| Analyze comment sentiment |
| Extract chapters/timestamps |
| Side-by-side video comparison |
| Find similar content |
| Get video transcript/summary info |
| Fetch complete video transcript |
| Deep channel analysis |
| Basic channel information |
| Set API key at runtime |
| Check API key status |
| Monitor API usage |
🎓 Learning Path Tools (3 Tools)
Tool | Description |
| Create week-by-week curriculum for ANY topic |
| See suggested learning categories |
| Get details about a learning path |
🧠 Smart Learning Tools (10 Tools)
Tool | Description |
| Quality-filtered search (80%+ positive comments) |
| AI-powered learning roadmap |
| Calculate video quality score |
| Detailed curriculum with phases |
| What to learn before a topic |
| What to learn after completing topic |
| Find single best video for a topic |
| Track your learning journey |
| Mark topics as complete |
| Discover trending tech topics |
💬 18 Built-in Prompts for Learning
🎯 Quick Learning Prompts
Prompt | What It Does |
| Find BEST and most RECENT videos on any topic |
| Learn any topic in 60 minutes |
| Emergency crash course for deadlines |
| Master a topic over the weekend (6-10 hrs) |
| 15-20 min daily learning habit |
📚 Structured Learning Prompts
Prompt | What It Does |
| Personalized multi-week learning path |
| Detailed plan for one week |
| Assess your current level |
| Pick up where you left off |
| Quick refresher on known topics |
🔍 Research & Discovery Prompts
Prompt | What It Does |
| Comprehensive research on a topic |
| Compare frameworks/languages |
| Latest updates in any technology |
| Simple explanations for complex topics |
🛠️ Project & Career Prompts
Prompt | What It Does |
| Learn by building real projects |
| Find best build-along tutorials |
| Prepare for technical interviews |
| Get help when stuck |
📖 How to Use LearnFlow AI
Example 1: Learn React in One Hour
Just ask Claude:
Use the learn-in-one-hour prompt with topic="React hooks"Example 2: Weekend Python Mastery
Use the weekend-deep-dive prompt with topic="Python" total_hours="8" include_project="yes"Example 3: Find Best Recent Tutorials
Use find-best-recent prompt with topic="Next.js 14" recency="this-month"Example 4: Generate Full Learning Path
Use generate_learning_path tool with goal="Machine Learning" level="beginner"Example 5: Emergency Interview Prep
Use learn-before-tomorrow prompt with topic="System Design" purpose="interview" hours_available="4"Example 6: Daily Learning Habit
Use daily-micro-learning prompt with topic="TypeScript" daily_minutes="20" days="7"🎯 Learning Paths for Any Topic!
LearnFlow AI can generate learning paths for ANY topic. The system is fully dynamic!
Suggested Categories:
🌐 Web Development
📱 Mobile Development
🤖 Machine Learning
📊 Data Science
⚙️ DevOps
☁️ Cloud Computing
🔒 Cybersecurity
🎮 Game Development
⛓️ Blockchain
🎨 UI/UX Design
Popular Technologies:
React, Vue, Angular, Next.js, Node.js, TypeScript, Flutter, React Native, Swift, Kotlin, Python, TensorFlow, PyTorch, Docker, Kubernetes, AWS, Azure, and many more!
Three Skill Levels:
🌱 Beginner (6 weeks) - Start from zero
🌿 Intermediate (6 weeks) - Level up your skills
🌳 Advanced (8 weeks) - Become an expert
🏗️ Project Architecture
Yt-MCP/
├── src/
│ ├── server.js # MCP server entry point
│ ├── config/
│ │ └── config.js # Configuration management
│ ├── controllers/
│ │ ├── youtubeController.js
│ │ ├── learningPathController.js
│ │ └── smartLearningController.js
│ ├── models/
│ │ ├── TopicTree.js # Dynamic topic suggestions
│ │ └── LearningPath.js # Learning path structure
│ ├── services/
│ │ ├── youtubeService.js # YouTube API integration
│ │ ├── learningPathService.js
│ │ └── smartLearningService.js
│ ├── prompts/
│ │ └── promptManager.js # 18 built-in prompts
│ └── utils/
│ ├── videoFormatter.js
│ └── errorHandler.js
├── package.json
└── README.md🔧 Configuration Options
Environment Variables
Variable | Description | Required |
| Your YouTube Data API key | Yes |
Runtime Configuration
You can also set the API key through Claude:
Use set_youtube_api_key tool with apiKey="YOUR_KEY"Check your API status:
Use get_api_key_status tool🎮 Fun Ways to Use LearnFlow AI
🏆 Challenge Mode
"I want to learn Docker in one weekend. Create an intensive plan with a project!"
📅 Daily Streak
"Set up a 30-day JavaScript challenge with 20 minutes daily learning"
🆚 Tech Battle
"Compare React vs Vue vs Angular for a beginner who wants to get a job quickly"
🚀 Speed Run
"I have an interview tomorrow about Kubernetes. Emergency crash course please!"
🎯 Skill Tree
"Create a complete Full Stack Developer roadmap from zero to hero"
🔧 Development
Run in Development Mode
npm run devRun Tests
npm testCheck Syntax
node --check src/server.jsTest Individual Components
# Test transcript service
node test-transcript.mjs
# Test prompts
node -e "import('./src/prompts/promptManager.js').then(m => console.log(new m.PromptManager().listPrompts()))"🌟 What Makes LearnFlow AI Special?
✨ Quality First
Only recommends videos with 80%+ positive comments. No more wasting time on bad tutorials!
🎯 Personalized
Adapts to YOUR skill level, time availability, and learning style.
🆓 Completely Free
Uses free YouTube content + free YouTube API. No subscriptions, no hidden costs.
🤖 AI-Powered
Leverages Claude AI to understand your needs and create perfect learning plans.
📱 Any Topic
Not limited to pre-defined paths. Learn literally anything from Kubernetes to Origami!
⏱️ Time-Aware
Whether you have 15 minutes or a whole weekend, LearnFlow creates the perfect plan.
📊 API Quota Information
YouTube Data API has a free quota of 10,000 units/day. Typical usage:
Action | Cost |
Search | 100 units |
Video details | 1 unit |
Comments | 1 unit |
This means you can do approximately 100 searches per day for free!
🐛 Troubleshooting
"API Key not configured"
Make sure you've set YOUTUBE_API_KEY in your Claude Desktop config or use the set_youtube_api_key tool.
"Claude doesn't show LearnFlow tools"
Check the config file path is correct
Restart Claude Desktop completely
Check the path to
server.jsis absolute
"Quota exceeded"
You've hit the daily YouTube API limit. Wait 24 hours or create a new API key.
🗺️ Roadmap
📊 Learning analytics dashboard
🔄 Playlist support
📝 Note-taking integration
🎯 Quiz generation from videos
📱 Mobile companion app
🌍 Multi-language support
🤝 Contributing
We welcome contributions! Feel free to:
🐛 Report bugs
💡 Suggest features
🔧 Submit PRs
⭐ Star the repo
How to Contribute
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
📄 License
MIT License - Use it, modify it, share it! 🎉
🙏 Acknowledgments
YouTube Data API - For access to the world's largest video library
Anthropic Claude - For the amazing MCP protocol
Open Source Community - For inspiration and support
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
- 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/Shalin-Shah-2002/Yt-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server