mcp-server-yt-transcriptions

kmprograms/mcp-server-yt-transcriptions
★ 0 stars Python AI/LLM Updated 4d ago
MCP server that exposes YouTube video transcripts as tools for AI hosts like Claude Code. Fetches transcripts by URL or video ID, supports language preferences, and returns clean text with metadata over stdio.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-yt-transc": {
      "command": "uvx",
      "args": [
        "mcp-server-yt-transcriptions"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-yt-transcriptions