MCP Directory

mcptube

by 0xchamin · Python · ★ 78

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

#ai#claude#codex#gemini#mcp#mcp-server#youtube

Install

pip install git+https://github.com/0xchamin/mcptube.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcptube": {
      "command": "uvx",
      "args": [
        "git+https://github.com/0xchamin/mcptube.git"
      ]
    }
  }
}

From the README

**YouTube video knowledge engine — transcripts, vision, and persistent wiki.** [](https://pypi.org/project/mcptube/) [](https://pypi.org/project/mcptube/) [](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 s…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers