jerilseb
MCP Serverjerilsebpublic

youtube transcript mcp

一个用于下载YouTube字幕并连接到大语言模型的MCP协议服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Python
Language
MIT License
License

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

PyPI version

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

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

1

Clone the repository

git clone https://github.com/jerilseb/youtube-transcript-mcp
2

Install dependencies

cd youtube-transcript-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerjerilseb
Repoyoutube-transcript-mcp
LanguagePython
LicenseMIT License
Last fetched8/10/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