A universal MCP server that adds image recognition and OCR capabilities to text-only LLMs like DeepSeek, supporting any OpenAI-compatible multimodal provider.
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.
A local MCP server that gives LLMs eyes for images by performing object detection (YOLOv8) and text recognition (EasyOCR), outputting descriptive statements about objects and text positions without any API key or cloud dependency.
MCP server that gives visual reference to MCP clients by calling an OpenAI-compatible vision API, enabling image description with optional auto-selection of the newest pasted image.