Mcptube banner
0xchamin 0xchamin

Mcptube

Communication community

Description

Transform YouTube videos into a compounding knowledge base with transcripts, vision analysis, and agentic search. Works as an MCP server for Claude, Copilot & more.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🎬 mcptube-vision

**YouTube video knowledge engine β€” transcripts, vision, and persistent wiki.**

[![PyPI](https://img.shields.io/pypi/v/mcptube)](https://pypi.org/project/mcptube/) [![Python](https://img.shields.io/pypi/pyversions/mcptube)](https://pypi.org/project/mcptube/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

mcptube-vision transforms YouTube videos into a persistent, structured knowledge base using both transcripts and visual frame analysis. Built on the [Karpathy LLM Wiki](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) pattern: knowledge compounds with every video you add.

**Evolved from [mcptube](https://pypi.org/project/mcptube/) v0.1** β€” mcptube-vision replaces semantic chunk search with a persistent wiki that gets smarter with every video ingested.


🧠 How It Works

Traditional video tools re-discover knowledge from scratch on every query. mcptube-vision is different:

           mcptube v0.1                    mcptube-vision
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”         β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚ Query β†’ vector searchβ”‚         β”‚ Video ingested β†’ LLM     β”‚
    β”‚ β†’ raw chunks β†’ LLM  β”‚         β”‚ extracts knowledge β†’     β”‚
    β”‚ β†’ answer (from scratchβ”‚        β”‚ wiki pages created β†’     β”‚
    β”‚   every time)        β”‚         β”‚ cross-references built   β”‚
    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜         β”‚                         β”‚
                                    β”‚ Query β†’ FTS5 + agent    β”‚
                                    β”‚ β†’ reasons over compiled  β”‚
                                    β”‚   knowledge β†’ answer     β”‚
                                    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
v0.1 (Video Search Engine) vision (Video Knowledge Engine)
On ingest Chunk transcript, embed in vector DB LLM watches + reads, writes wiki pages
On query Find similar chunks Agent reasons over compiled knowledge
Frames Timestamp or k