Content
# Gemini 2.5 Pro Image Understanding Tool
This is a simple Python script for calling the Google Gemini 2.5 Pro API for image understanding and analysis. It supports analyzing multiple images simultaneously and examining the relationships between them.
## Preparation
```
# Create a virtual environment
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
pip install fastmcp
```
## Usage
### MCP Configuration
```
{
"mcpServers": {
"analyzeimage MCP": {
"command": "/absolute/path/to/venv/bin/python3",
"args": [
"/absolute/path/to/gemini_vision.py",
"--stdio"
]
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...
hyperframes
Write HTML. Render video. Built for agents.