
youtube transcript mcp
一个用于下载YouTube字幕并连接到大语言模型的MCP协议服务器。
Repository Info
About This Server
一个用于下载YouTube字幕并连接到大语言模型的MCP协议服务器。
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 Transcript MCP Server
A Model Context Protocol server that allows you to download subtitles from YouTube and connect them to a LLM. This is just a thin wrapper on the youtube-transcript-api package.
Features
- Download transcripts of YouTube videos
- Optionally include timestamps
- Works with any MCP-compatible client
Installation
Option 1: Using uv (Recommended)
Install uv is a fast Python package installer and resolver.
curl -LsSf https://astral.sh/uv/install.sh | sh
In your MCP client configuration:
The uvx command is provided by uv and allows you to run Python packages directly:
"mcpServers": {
"youtube": {
"command": "uvx",
"args": ["youtube-transcript-mcp"]
},
}
Option 2: Using pip
If you prefer not to use uv, you can install using standard pip:
pip install youtube-transcript-mcp
In your MCP client configuration:
"mcpServers": {
"youtube": {
"command": "python",
"args": ["-m", "youtube_transcript_mcp"]
},
}
License
MIT
Quick Start
Clone the repository
git clone https://github.com/jerilseb/youtube-transcript-mcpInstall dependencies
cd youtube-transcript-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.