glm4v-vision-mcp
Related Servers
Alternatives to glm4v-vision-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceAn MCP server providing vision understanding tools (image QA, OCR, video and document understanding) via OpenAI-compatible endpoints, defaulting to Zhipu GLM vision models.4MIT
- AlicenseAqualityBmaintenanceMCP server for image recognition, supporting multiple vision backends (Anthropic, Zhipu, Ollama) to describe, answer questions, and analyze images.317 npm1MIT
- AlicenseAqualityCmaintenanceMCP server that exposes GLM-4.6V-Flash (free vision model) image analysis to any MCP client, supporting single/multi-image analysis, OCR, and multi-image comparison via an analyze_image tool that accepts local paths, HTTP(S) URLs, or base64 data URIs, with rate-limit resilience and multi-key failover.2MIT
- AlicenseAqualityCmaintenanceAn MCP server for analyzing images using ModelScope's vision models. Supports both local files and URLs, enabling image content description and question answering.1166 npm11MIT
- AlicenseAqualityCmaintenanceMCP server that provides visual question answering, image description, object detection, OCR, and image manipulation tools using OpenAI-compatible vision models.12166 npmGPL 2.0
- FlicenseNot gradedqualityCmaintenanceAn MCP server that leverages Zhipu's free GLM-4.6V-Flash vision model to enable image, video, and file understanding (OCR, table parsing, defect detection, document Q&A, and more) across MCP-compatible clients like Codex and Claude Desktop.-
TDQS
Scored across 3 tools
describe_image and analyze_image have overlapping purposes—both generate descriptions of image content, making it unclear which to use. extract_text is distinct, but the boundary between the other two is ambiguous.
All tool names follow a consistent verb_noun pattern (describe_image, analyze_image, extract_text) using snake_case. No stylistic deviations.
With 3 tools, the server is well-scoped for a vision-focused MCP. Each tool addresses a core image understanding task without unnecessary bloat.
The toolset covers basic image description, analysis, and OCR, which are the primary vision tasks. Minor gaps exist (e.g., no image comparison or specific object detection), but the core surface is complete.