youtube-transcription

ekmungi/youtube-transcription
★ 0 stars Python 🧠 Memory/Knowledge Updated 1mo ago
MCP server + CLI + Flet desktop app for extracting YouTube transcripts and saving as markdown to Obsidian vault
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "youtube-transcriptio": {
      "command": "uvx",
      "args": [
        "youtube-transcription"
      ]
    }
  }
}

Or install with pip: pip install youtube-transcription