Youtube Vision
@minbang930
关于 Youtube Vision
MCP (Model Context Protocol) server that utilizes the Google Gemini Vision API to interact with YouTube videos.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"youtube-vision": {
"command": "npx",
"args": [
"-y",
"youtube-vision"
],
"env": {
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY",
"GEMINI_MODEL_NAME": "gemini-2.0-flash"
}
}
}
}工具
4Generates a summary of a given YouTube video URL using Gemini Vision API.
Answers a question about the video or provides a general description if no question is asked.
Extracts key moments (timestamps and descriptions) from a given YouTube video.
Lists available Gemini models that support the 'generateContent' method.
概览
What is Youtube Vision?
Youtube Vision is an MCP (Model Context Protocol) server that uses the Google Gemini Vision API to analyze YouTube videos. It allows users to get descriptions, summaries, answer questions, and extract key moments from videos. Designed for developers integrating YouTube video analysis into AI-powered workflows.
How to use Youtube Vision?
Install via Smithery (npx -y @smithery/cli install @minbang930/youtube-vision-mcp) or run directly with npx -y youtube-vision. Configure your MCP client (e.g., Claude Desktop) with the command and environment variables: GEMINI_API_KEY (required) and optionally GEMINI_MODEL_NAME. You can then use its four tools (ask, summarize, extract key moments, list supported models) by providing a YouTube URL and optional parameters.
Key features of Youtube Vision
- Analyzes YouTube videos using the Gemini Vision API
- Provides four distinct tools for various interactions
- Configurable Gemini model selection via environment variable
- Communicates via stdio (standard input/output)
- Lists available Gemini models that support
generateContent
Use cases of Youtube Vision
- Quickly summarize a long YouTube video for digest or notes
- Extract key moments with timestamps from a tutorial or lecture
- Answer specific questions about video content without watching entirely
- Generate general descriptions for cataloging or accessibility
FAQ from Youtube Vision
What does Youtube Vision do that other tools don't?
Youtube Vision directly integrates the Google Gemini Vision API into the MCP ecosystem, allowing you to ask questions, summarize, and extract moments from YouTube videos through a simple tool interface. It does not rely on YouTube transcripts but uses visual analysis via Gemini.
What are the runtime requirements for Youtube Vision?
You need Node.js version 18 or higher and a Google Gemini API key from Google AI Studio or Google Cloud Console. The server runs locally via stdio.
Where does Youtube Vision store video data?
The README does not specify data storage. Video analysis is performed on-demand through the Gemini API, and generated content is returned to the MCP client. Users are responsible for complying with Google’s data usage policies.
Are there any known limits of Youtube Vision?
The README does not list specific rate or usage limits. It notes that model versions marked as “Experimental” or “Preview” are not permitted for production use per Gemini API terms.
What transport and authentication does Youtube Vision use?
It communicates via stdio transport and authenticates using the GEMINI_API_KEY environment variable, which must be set in the MCP client’s configuration.
媒体与设计 分类下的更多 MCP 服务器

Google Maps
modelcontextprotocolModel Context Protocol Servers
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:
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
评论