Labsco
rentapad logo

Gemini Image Analysis

โ˜… 1

from rentapad

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

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

image-mcp-server-gemini

smithery badge An MCP server that receives image/video URLs or local file paths and analyzes their content using the Gemini 2.0 Flash model.(forked from github.com/champierre/image-mcp-server)

Features

  • Analyzes content from one or more image/video URLs or local file paths.
  • Analyzes videos directly from YouTube URLs.
  • Can analyze relationships between multiple images or videos provided together.
  • Supports optional text prompts to guide the analysis.
  • High-precision recognition and description using the Gemini 2.0 Flash model.
  • URL validity checking and local file loading with Base64 encoding.
  • Basic security checks for local file paths.
  • Handles various image and video MIME types (see Usage section for details).

Development

# Run in development mode
npm run dev