Documentation

MCP Setup

Connect YouTube Transcriber to Claude Code or Claude Desktop via the Model Context Protocol.

Prerequisites

  • -A YouTube Transcriber account (free tier works)
  • -An API key from /account
  • -Claude Code CLI or Claude Desktop app

Configuration

Add this to your Claude MCP config (~/.claude/mcp.json or Claude Desktop settings):

{
  "mcpServers": {
    "youtube-transcriber": {
      "command": "npx",
      "args": ["-y", "@lifesized/youtube-transcriber-mcp"],
      "env": {
        "YTT_API_KEY": "ytt_sk_...",
        "YTT_API_URL": "https://yourdomain.com"
      }
    }
  }
}

Usage

Once configured, Claude can transcribe YouTube videos for you:

"Transcribe this video and summarize the key points: https://youtube.com/watch?v=..."

Claude will use the MCP server to fetch the transcript and work with it directly.