王選仲/YTTranscipterMultilingualMCP
Built by Metorial, the integration platform for agentic AI.
王選仲/YTTranscipterMultilingualMCP
Server Summary
Transcribe YouTube videos
Support multiple languages
Convert spoken language to text
This repository contains the code for YTTranscipterMultilingualMCP, a service for transcribing YouTube videos in multiple languages.
Notice: command should come with `` 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"
]
}
}
}
Clone the repository:
git clone https://github.com/GoatWang/YTTranscipterMultilingualMCP
Build the Docker image:
docker build -t yt-transcipter-multilingual .
Run the Docker container:
docker run -d -p 5000:5000 yt-transcipter-multilingual