The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Artin0123 Gemini Image MCP Server listing page.
This is remote server, use local version for local images and videos.
Install the server in Claude Desktop:
Create a Gemini API key in Google AI Studio and provide GEMINI_API_KEY to the server.
If no key is supplied, the server can still start (handy for automated scans), but any tool invocation will return a configuration error until a valid API key is configured.
The server defaults to models/gemini-flash-lite-latest. Override it by either:
Setting the
GEMINI_MODELenvironment variable, or ProvidingmodelNamein the Smithery/SDK configuration schema.
analyze_image: Analyze one or more image URLs. Maximum file size: 16 MB per image.analyze_youtube_video: Analyze a YouTube video from URL. No size limit.Image URLs are downloaded and processed with a 16 MB size limit to ensure fast response times. Files exceeding this limit will result in an error message indicating the actual file size.
YouTube videos are streamed directly by Gemini API without downloading, so there is no size restriction.
The test suite exercises URL forwarding, MIME handling, and configuration fallbacks.
MIT