YouTube Transcriptor MCP Tool
This is a Model Context Protocol (MCP) tool for transcribing YouTube videos using the youtube-transcript-api.
Features
- Extracts and transcribes from YouTube videos (manual or autogenerated). Enables retrieval of transcripts from YouTube videos.
- Exposes a single tool:
transcribe_video(video: str).
Usage
1. Prerequisites
- Python 3.12+
- Install dependencies:
pip install -r requirements.txt
2. Running the Tool
You can run the tool directly:
python youtube.py
3. Using with VS Code (Manual MCP Config)
To use this tool as an MCP server in VS Code, add the following to your .vscode/settings.json or your MCP client configuration:
"youtube_transcriptor": {
"type": "stdio",
"command": "python",
"args": ["PATH\transcription\youtube.py"]
}
Replace PATH with the absolute path to your workspace root.
4. Using the Tool
Once configured, you can call the transcribe_video tool from your MCP client or compatible VS Code extension, passing a YouTube video URL as the argument.
Example:
result = transcribe_video("https://www.youtube.com/watch?v=VIDEO_ID")
print(result)
License
MIT
YouTube Transcriptor
Project Details
- rvydhya/youtube_transcriptor
- Last Updated: 4/23/2025
Recomended MCP Servers
Make websites accessible for AI agents
GPU-accelerated graph visualization and analytics for Large Language Models using Graphistry and MCP
Model Context Protocol (MCP) plugin for PowerPoint operations, allowing AI assistants to create and manipulate PowerPoint presentations programmatically.
MCP Server that integrates with Security Copilot, Sentinel and other tools (in the future). It enhance the process...
Model Context Protocol server for Hackle
DOC TALK - AI is an interactive application that allows users to chat with their documents using artificial...
Model Context Protocol Servers
MCP server for discord bot - adds one tool with raw API access
Vue3+Vite+Ts+Pinia+....一个快速开发vue3的模板框架,快速搭建前台应用
A Model Context Protocol server that facilitates interaction with the Solana blockchain, built using the Ping Agent Kit....
This is a Model Context Protocol (MCP) server that provides access to the Shodan API. It allows you...





