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.
Dimensions, format, color mode, file size, aspect ratio, DPI
Extract dominant colors as hex values with coverage percentages
Read EXIF data including GPS, camera, date taken
Convert between PNG, JPEG, WEBP, and GIF formats
All processing local via Pillow — zero API calls
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.
git clone https://github.com/Rumblingb/image-analyzer-mcp.git
cd image-analyzer-mcp
pip install -r requirements.txt
python3 server.py