Servers
YouTube Transcript API
@minhleathvn
A MCP server helps to transcript a youtube video
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube_transcript": {
"command": "python",
"args": [
"apps/flask_server.py"
]
}
}
}