An offline MCP server that allows LLMs or humans to extract and analyze metadata from images using the exifr library, supporting various image formats and metadata segments without external tools.
A local Ollama-backed MCP server that gives coding assistants a portable photo-understanding toolset including photo analysis, OCR, scene inspection, comparison, and metadata extraction.
An MCP server that enables any LLM to describe images from file paths, URLs, or base64 data by forwarding them to a supported vision provider such as OpenAI, Anthropic, or local Ollama models.
Zero-dependency MCP server that enables text-only models to "see" images via a read_image tool, which forwards the image (local path, URL, data URL, or base64) to any OpenAI-compatible vision API and returns the textual description to the main model.
Zero-dependency MCP server that equips text-only LLMs (e.g., DeepSeek) with vision by converting images to text descriptions via OpenAI-compatible vision APIs, exposing an img2text tool with multi-provider fallback.