Gemini Video Understanding
Freeby MCP Community
MCP server for analyzing videos using Gemini API - converts videos to text for Claude Code. Supports local files (with Unicode/Turkish characters) and YouTube U
v0.3.0Added Apr 12, 2026
mcpmodel-context-protocolgeminivideo-analysisclaude-code
Gemini Video Understanding MCP Server
MCP server for analyzing videos using Gemini API - converts videos to text for Claude Code. Supports local files (with Unicode/Turkish characters) and YouTube U
Installation
npx -y @ugarchance/mcp-gemini-video-understanding
Reviews
Installation
Quick install
npx -y @ugarchance/mcp-gemini-video-understanding
Add to claude_desktop_config.json
{
"mcpServers": {
"gemini-video-understanding": {
"command": "npx",
"args": ["-y", "@ugarchance/mcp-gemini-video-understanding"]
}
}
}