I made a tool at 17 to turn YouTube videos into viral clips
Yet another AI clipper when OpusClip and Munch already dominate this space.
Transform YouTube videos into a compounding knowledge base with transcripts, vision analysis, and agentic search. Works as an MCP server for Claude, Copilot & more.
YouTube + MCP servers means Claude can actually query video lectures semantically.
Machine learning engineers, researchers, and developers using Claude for learning from video content.
Perplexity · Grok · Codebase search tools (Cursor, Continue)
mcptube ingests YouTube videos (transcripts, metadata, frames) and exposes them through both a CLI and an MCP server. You can semantically search transcripts, extract frames at any moment, ask questions about videos, and generate illustrated reports.
It works with Claude Code, VS Code Copilot, Claude Desktop, and any MCP-compatible client. The MCP tools are passthrough — the connected LLM does the heavy lifting, zero API key needed on the server. The CLI also supports BYOK for more deterministic results.
Tech stack: FastMCP, yt-dlp, ChromaDB, LiteLLM, SQLite.
GitHub: https://github.com/0xchamin/mcptube PyPI: https://pypi.org/project/mcptube/
pipx install mcptube --python python3.12
Yet another AI clipper when OpusClip and Munch already dominate this space.
YouTube-to-newsletter AI converter when Substack, Ghost, and Beehiiv already dominate.
Bundles yt-dlp and ffmpeg automatically so agents can finally triage watch-later lists.
Video tutorial exploring underrated MCP server features in Google Antigravity IDE.
Knowledge compounds across videos instead of re-searching from scratch every query.
Cuts AI agent token costs 80% by wrapping MCP servers as native shell commands.