
MCP Server
rvydhya
public
youtube_transcriptor
this is a youtube transcriptor
Repository Info
0
Stars
1
Forks
0
Watchers
1
Issues
Python
Language
-
License
About This Server
this is a youtube transcriptor
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# 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:
```sh
pip install -r requirements.txt
```
### 2. Running the Tool
You can run the tool directly:
```sh
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:
```json
"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:**
```python
result = transcribe_video("https://www.youtube.com/watch?v=VIDEO_ID")
print(result)
```
---
## License
MIT
Quick Start
1
Clone the repository
git clone https://github.com/rvydhya/youtube_transcriptor2
Install dependencies
cd youtube_transcriptor
npm install3
Follow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Ownerrvydhya
Repoyoutube_transcriptor
Language
Python
License-
Last fetched8/8/2025
Recommended MCP Servers
💬
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
integrationsdiscordchat
🔗
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
integrationsautomationsaas
🕷️
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
apifycrawlerdata
🌐
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
testingqabrowsers
⚡
Zapier MCP
A Zapier server that provides automation capabilities for various apps.
zapierautomation