GitHub - SeanPedersen/youtube-transcript-mcp: MCP server to transcribe and summarize YouTube videos using LLM chat bots

1 min read Original article ↗

Transcribe YouTube videos for LLM chat apps.

"YouTube transcription service": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "--with",
        "youtube-transcript-api",
        "fastmcp",
        "run",
        "$INSERT_PATH/youtube-transcript-mcp/mcp_server.py"
      ],
      "env": {},
      "transport": "stdio"
    }