videomind-mcp
v1.3.0
Published
AI-powered video analysis MCP server for YouTube and TikTok videos using Gemini with progress notification support
Maintainers
Readme
VideoMind MCP
AI-powered video analysis MCP server for YouTube and TikTok videos using Google Gemini models.
🚀 Quick Start
Installation
npm install -g videomind-mcpConfigure Claude Desktop
Add to your Claude Desktop MCP configuration (~/.claude/config.json):
{
"mcpServers": {
"videomind": {
"command": "videomind-mcp",
"env": {
"GEMINI_API_KEY": "your-gemini-api-key-here"
}
}
}
}Get Gemini API Key
- Visit Google AI Studio
- Create a free API key
- Add it to your MCP configuration above
🌐 Cloud-Powered
VideoMind MCP uses a cloud-hosted API at http://138.197.42.63:3001 - no local setup required! Just install and add your Gemini API key.
🎯 Available Tools
video_analyze
Comprehensive video analysis with customizable focus areas.
- URL: YouTube or TikTok video URL
- Query: What to analyze or look for
- Mode:
fast(Flash) ordetailed(Pro model) - Focus on Code: Boolean for programming content
- Include Transcript: Boolean for detailed transcription
video_summarize
Generate brief or detailed video summaries.
video_extract_code
Extract code examples from programming tutorials.
video_tutorial_analyze
Analyze coding tutorials with focus on implementation steps.
video_lecture_notes
Extract comprehensive notes from educational videos.
video_debug_helper
Analyze debugging videos to extract error messages and solutions.
📋 Example Usage
Once configured in Claude Desktop, you can ask:
"Analyze this YouTube tutorial about React hooks: https://youtube.com/watch?v=xyz"
"Extract the code examples from this JavaScript video: https://youtube.com/watch?v=abc"
"Summarize this TikTok explaining Python: https://tiktok.com/@user/video/123"
🔧 Advanced Configuration
Custom API URL
export API_URL=https://your-custom-api.com
videomind-mcpDisable Auto-Start (for cloud usage)
export DISABLE_AUTO_START=true
videomind-mcp🔗 Links
- Repository: https://github.com/burningblade1678/videomind-mcp
- Issues: https://github.com/burningblade1678/videomind-mcp/issues
- API Documentation: http://138.197.42.63:3001/documentation
📄 License
MIT
