z_ai_vision_mcp_server_clone
Provides tools for image analysis using OpenAI-compatible vision models. Allows AI agents to analyze images, extract text, diagnose screenshots, understand technical diagrams, analyze data visualizations, check UI differences, and convert UI to artifacts via any OpenAI-compatible vision API endpoint.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@z_ai_vision_mcp_server_cloneDiagnose this error screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
z_ai_vision_mcp_server_clone
OpenAI-compatible MCP server for running image analysis tools against your own vision model endpoint.
Tools
ui_to_artifactextract_text_from_screenshotdiagnose_error_screenshotunderstand_technical_diagramanalyze_data_visualizationui_diff_checkanalyze_image
Related MCP server: imagine-mcp
Configuration
Set either VISION_ENDPOINT or VISION_BASE_URL.
Variable | Required | Description |
| Yes, unless | Full chat completions endpoint. |
| Yes, unless | Base URL; |
| Yes | Vision model name sent in the request body. |
| No | Bearer token. Omit for local endpoints that do not require auth. |
| No | Label for your provider. Defaults to |
| No | Local image size limit. Defaults to |
| No | Request timeout. Defaults to |
| No | Optional model temperature. |
| No | Optional model top_p. |
| No | Optional max_tokens. |
You can also place these values in a local .env file in the working directory where the server starts. Real environment variables override .env values.
Run
npm install
npm run build
VISION_ENDPOINT=http://localhost:11434/v1/chat/completions VISION_MODEL=llava npm startOr with .env:
npm startMCP Client Example
{
"mcpServers": {
"z-ai-vision-clone": {
"type": "stdio",
"command": "npx",
"args": ["-y", "z_ai_vision_mcp_server_clone"],
"env": {
"VISION_ENDPOINT": "https://your-provider.com/v1/chat/completions",
"VISION_MODEL": "your-vision-model",
"VISION_API_KEY": "your-api-key"
}
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1orZero/z_ai_vision_mcp_server_clone'
If you have feedback or need assistance with the MCP directory API, please join our Discord server