vision-augment
Related Servers
Alternatives to vision-augment
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables text-only models to understand images through a conversational MCP server, supporting multi-turn follow-ups, URL inputs, and OpenAI-compatible vision APIs.1MIT
- AlicenseAqualityBmaintenanceEnables any MCP client to perform image understanding and OCR via any OpenAI-compatible vision-language model. Supports local, private inference without images leaving the machine.215 npmMIT
- AlicenseAqualityBmaintenanceEnables non-multimodal models to see images by providing MCP tools for image understanding and OCR, backed by any OpenAI-compatible vision model.2MIT
- AlicenseNot gradedqualityDmaintenanceLocal MCP server that provides multi-modal vision capabilities to single-modal base models via API, supporting multi-turn iterative image recognition and document image parsing.6 npmApache 2.0
- AlicenseAqualityBmaintenanceProvides vision understanding capabilities such as image analysis, OCR, object localization, and video frame analysis, plus optional image generation and editing, to coding agents via OpenAI-compatible multimodal models. Runs as a local MCP server with HTTP and stdio transports, configurable for clients like Codex, Claude Code, Kimi, and Cursor.314 npmMIT
- AlicenseNot gradedqualityCmaintenanceAdds image recognition and UI grounding capabilities to text-only LLMs through MCP tools, supporting local and cloud vision backends.15 npmMIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: the vision tool performs vision/OCR/document tasks, clear_cache manages caching, and health checks the environment. There is no overlap or ambiguity between them.
All tools share the consistent mcp_vision_augment_ prefix, but the suffixes are not uniform: 'clear_cache' follows verb_noun, while 'vision' and 'health' are nouns. Still, the pattern is predictable and readable.
Three tools is at the lower end of the typical range but is reasonable for this server's scope: one main functional tool plus two support tools. It does not feel unnecessary or sparse.
The tool surface covers the core vision augmentation functionality (vision, OCR, document parsing) and the necessary operational tools (health check, cache clearing). No obvious missing operations that would impede an agent.