Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

YTTranscipterMultilingualMCP

Transcribes YouTube videos into text across multiple languages to enhance content accessibility and audience engagement. Facilitates the conversion of spoken language into written form for improved reach.

Author

YTTranscipterMultilingualMCP logo

GoatWang

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

transcribesyttransciptermultilingualmcpyoutubetranscribes youtubeyttransciptermultilingualmcp transcribesvideos text

YTTranscipterMultilingualMCP

smithery badge

Description

This repository contains the code for YTTranscipterMultilingualMCP, a service for transcribing YouTube videos in multiple languages.

Usage

Notice: command should come with <full-path-of-uvx> e.g. /Library/Frameworks/Python.framework/Versions/3.10/bin/uvx

{
  "mcpServers": {
    "yt-transcipter-multilingual": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.10/bin/uvx", 
      "args": [
        "--from",
        "git+https://github.com/GoatWang/YTTranscipterMultilingualMCP",
        "yt-transcipter-multilingual"
      ]
    }    
  }
}

Prerequisites

  • Python 3.10+
  • Docker

Other Info

  1. Clone the repository:

bash git clone https://github.com/GoatWang/YTTranscipterMultilingualMCP

  1. Build the Docker image:

bash docker build -t yt-transcipter-multilingual .

  1. Run the Docker container:

bash docker run -d -p 5000:5000 yt-transcipter-multilingual

See Also

`