YTTranscipterMultilingualMCP - Secure MCP Server by ALMC Security 2025

YTTranscipterMultilingualMCP

View on GitHub

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:

    git clone https://github.com/GoatWang/YTTranscipterMultilingualMCP
    
  2. Build the Docker image:

    docker build -t yt-transcipter-multilingual .
    
  3. Run the Docker container:

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

Related in Productivity - Secure MCP Servers

ServerSummaryActions
MCP Shrimp Task ManagerEnglish | 中文View
System Resource Monitor MCP ServerAn MCP server that provides Claude with real-time system monitoring capabilities, including CPU, mem...View
FlomoView
HireBaseA Model Context Protocol (MCP) server providing tools to interact with the HireBase Job API.View
Directus Task MCP ServerA Model Context Protocol (MCP) server for managing tasks in Directus with automatic schema synchroni...View
n8n MCP ServerCe projet est un serveur MCP (Master Control Program) pour n8n qui fournit des outils de validation...View