Skip to main content
Glama

Related Servers

Alternatives to llm-vision

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      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.
      770 npm
      10
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      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.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server that provides a 'borrowed eye' for text-only LLMs, enabling them to identify and describe local images via the Qwen VL vision model, including face recognition, scene description, OCR, and targeted visual questioning.
      4 npm
      Apache 2.0
    • A
      license
      A
      quality
      B
      maintenance
      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.
      1
      16 npm
      2
      MIT

    TDQS

    A3.5/5.0

    Scored across 2 tools

    Disambiguation4/5

    The two tools have clear primary purposes: describe_image handles general visual understanding and Q&A, while extract_text is specialized for OCR and structured text extraction. There is slight overlap if someone uses describe_image for text-heavy images, but the descriptions sufficiently differentiate them.

    Naming Consistency5/5

    Both tool names follow the verb_noun pattern in snake_case (describe_image, extract_text), which is consistent, predictable, and matches the server's vision-oriented domain.

    Tool Count3/5

    With only 2 tools, the server feels thin for a broad 'vision' scope. While the tools are focused and purposeful, the count is at the low end and leaves little room for a comprehensive vision toolkit.

    Completeness3/5

    The tools cover the two most common vision tasks (generic description/QA and text extraction), but many other vision capabilities (e.g., object detection, image comparison, classification) are absent. The surface is minimal and may require workarounds for non-OCR/description tasks.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues