# Image Analysis Server

Analyze images and videos by providing URLs or local file paths. Gain insights and detailed descriptions of image content using advanced AI models. Enhance your applications with high-precision image…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Rentapad/image-mcp-server-gemini

# Browse available tools
npx -y @smithery/cli@latest tool list Rentapad/image-mcp-server-gemini

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Rentapad/image-mcp-server-gemini analyze_image

# Call a tool
npx -y @smithery/cli@latest tool call Rentapad/image-mcp-server-gemini analyze_image '{}'
```

## Tools (5)

- `analyze_image` — Receives one or more image URLs and analyzes the image contents using Flash 2.0. Can analyze relationships between mult…
- `analyze_image_from_path` — Loads one or more images from local file paths and analyzes their contents using Flash 2.0. Can analyze relationships b…
- `analyze_video` — Downloads videos from URLs, analyzes content using Gemini 2.0 Flash. Best for small videos (<20MB). Can analyze multipl…
- `analyze_video_from_path` — Loads videos from local paths, analyzes content using Gemini 2.0 Flash. Best for small videos (<20MB). Can analyze mult…
- `analyze_youtube_video` — Analyzes a video directly from a YouTube URL using Gemini 2.0 Flash.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Rentapad/image-mcp-server-gemini <tool-name>
```

---

Source: https://github.com/Rentapad/image-mcp-server-gemini | License: MIT
