MCP Servers / cloud-service / Gemini Image Analysis

Gemini Image Analysis

JSON →
none1cloud-service

Analyzes image and video content from URLs or local files using the Gemini 2.0 Flash model.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: gemini-image-analysis
Tools
What this server exposes
analyze_image
Receives one or more image URLs and analyzes their content using Gemini 2.0 Flash model.
analyze_image_from_path
Receives one or more local image file paths and analyzes their content using Gemini 2.0 Flash model.
analyze_video
Receives one or more video URLs and analyzes their content using Gemini 2.0 Flash model. Best for smaller videos.
analyze_video_from_path
Receives one or more local video file paths and analyzes their content using Gemini 2.0 Flash model. Best for smaller videos.
analyze_youtube_video
Receives a single YouTube video URL and analyzes its content using Gemini 2.0 Flash model.
Configuration
Environment & auth
authnone
envGEMINI_API_KEY
Resources
Gemini Image Analysis — MCP Server · libregistry