trackmcp
Back to directory
GoatWang

YTTranscipterMultilingualMCP

View on GitHub

YTTranscipterMultilingualMCP

0 stars PythonOthers Updated Apr 8, 2025

Documentation

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 `` e.g. `/Library/Frameworks/Python.framework/Versions/3.10/bin/uvx`

code
{
  "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

2. Build the Docker image:

bash
docker build -t yt-transcipter-multilingual .

3. Run the Docker container:

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

Frequently asked questions

What is YTTranscipterMultilingualMCP?

YTTranscipterMultilingualMCP is YTTranscipterMultilingualMCP

How do I install YTTranscipterMultilingualMCP?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is YTTranscipterMultilingualMCP open source?

Yes — it is hosted on GitHub at https://github.com/GoatWang/YTTranscipterMultilingualMCP.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP