🖼️ Image Analyzer MCP

MCP server providing image analysis tools using Pillow (PIL) — no external APIs required. All processing is done locally. Analyze, convert, and extract metadata from images.

MCP Server Free Tier
Smithery Badge

🔧 Available Tools

analyze_image

Dimensions, format, color mode, file size, aspect ratio, DPI

get_dominant_colors

Extract dominant colors as hex values with coverage percentages

get_image_metadata

Read EXIF data including GPS, camera, date taken

convert_image

Convert between PNG, JPEG, WEBP, and GIF formats

Offline only

All processing local via Pillow — zero API calls

💰 Free & Open

💡 Example Usage

Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:

Describe natural language interactions your AI assistant can use with this server.

⚡ Quick Install

git clone https://github.com/Rumblingb/image-analyzer-mcp.git
cd image-analyzer-mcp
pip install -r requirements.txt
python3 server.py