YouTube MCP(Model Context Protcol) Server
@PrajwalPrashanth
YouTube MCP(Model Context Protcol) Server について
MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog..
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube-mcp-server-prajwalprashanth": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is YouTube MCP Server?
YouTube MCP Server is a Model Context Protocol (MCP) server that provides a tool to fetch and extract transcripts from YouTube videos. It enables AI language models to access complete text transcripts from YouTube URLs, process video content through transcripts, and reference video information in conversations.
How to use YouTube MCP Server?
Install the dependencies and add the server to Claude Desktop using uv run mcp install -e . server.py -n "youtube-mcp". Once installed, a tool icon appears in the Claude Desktop UI; provide a YouTube video URL and ask for actions such as summarization using the transcript.
Key features of YouTube MCP Server
- Fetches and extracts transcripts from YouTube video URLs
- Provides complete text transcripts to AI language models
- Acts as a bridge between AI models and YouTube content
- Automatically formats extracted transcript text
Use cases of YouTube MCP Server
- Summarize the content of a YouTube video using its transcript
- Analyze or discuss specific parts of a video’s spoken content
- Extract information from educational or tutorial videos for reference
FAQ from YouTube MCP Server
What exactly does this server do?
It fetches the transcript text of a YouTube video and provides it to an AI model, allowing the model to process and discuss the video content.
What dependencies are required?
You need Python, the uv package manager, and the dependencies listed in pyproject.toml. The README provides install commands for macOS, Linux, and Windows.
How do I add this server to Claude Desktop?
Run uv run mcp install -e . server.py -n "youtube-mcp" from the cloned repository directory after setting up the virtual environment and installing dependencies.
How do I use it after installation?
Once the tool icon appears in Claude Desktop, simply provide a YouTube URL and ask the model to perform an action like summarizing the video’s transcript.
Is there any authentication or transport configuration required?
The README does not mention any authentication, API keys, or transport settings. Setup follows the standard MCP server configuration for Claude Desktop.
「メディアとデザイン」の他のコンテンツ
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
コメント