MCP Image Analyzer Server
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., "@MCP Image Analyzer ServerDescribe the UI layout in this 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.
MCP Image Analyzer Server
MCP server yang menganalisis gambar menggunakan vision AI model (mimo-v2.5-free) dan mengembalikan deskripsi detail untuk model tanpa vision.
π Struktur
mcp-image-analyzer/
βββ main.py # MCP server implementation
βββ requirements.txt # Python dependencies
βββ .venv/ # Python virtual environmentRelated MCP server: AI Vision MCP Server
π οΈ Tools yang Tersedia
1. analyze_image
Menganalisis gambar dengan instruksi custom atau analisis komprehensif.
Parameters:
image_path(required): Path ke file gambarinstruction(optional): Instruksi khusus untuk analisis
Contoh Penggunaan:
# Analisis komprehensif (default)
analyze_image("/home/nyx/photo.jpg")
# Ekstrak teks saja
analyze_image("/home/nyx/screenshot.png", "Extract all visible text from this image")
# Deskripsi UI
analyze_image("/home/nyx/ui.png", "Describe the UI layout and components")
# Analisis kode
analyze_image("/home/nyx/code.png", "Extract the code and explain what it does")2. list_supported_formats
Menampilkan daftar format gambar yang didukung.
πΌοΈ Format Gambar yang Didukung
JPG/JPEG
PNG
GIF
BMP
WebP
SVG
TIFF
HEIC
ICO
βοΈ Konfigurasi
Sudah otomatis terintegrasi di opencode.json:
"imageAnalyzer": {
"command": "/home/nyx/.config/opencode/mcp-image-analyzer/.venv/bin/python",
"args": ["/home/nyx/.config/opencode/mcp-image-analyzer/main.py"],
"type": "local",
"enabled": true
}π§ Setup & Maintenance
Install Dependencies (jika diperlukan)
cd ~/.config/opencode/mcp-image-analyzer
uv pip install -r requirements.txtTest Server
~/.config/opencode/mcp-image-analyzer/.venv/bin/python main.pyUpdate Dependencies
cd ~/.config/opencode/mcp-image-analyzer
uv pip install --upgrade -r requirements.txtπ Workflow
User: @image.png
β
Qwen 3.7 Max (tanpa vision)
β
Memanggil analyze_image tool
β
Image Analyzer MCP
β
Mimo-v2.5-free (Vision Model)
β
Teks deskripsi detail
β
Qwen 3.7 Max memahami isi gambarπ― Use Cases
Screenshot Analysis: Ekstrak teks dan deskripsi UI dari screenshot
Code Review: Analisis kode dari screenshot atau diagram
Design Review: Deskripsi layout dan komponen UI
Document Analysis: Ekstrak konten dari dokumen scan
Image Description: Deskripsi komprehensif untuk konteks
π Troubleshooting
Error: "File not found"
Pastikan path gambar benar
Gunakan absolute path atau path relatif dari home directory
Error: "Unsupported image format"
Cek ekstensi file
Lihat daftar format yang didukung dengan
list_supported_formats
Error: "API Error" atau "Network Error"
Pastikan vision API server berjalan di
http://192.168.1.10:20128/v1Cek koneksi network
Verifikasi API key valid
MCP server tidak muncul di opencode
Restart opencode
Cek konfigurasi di
opencode.jsonPastikan file
main.pyexecutable
π Notes
Output dalam Bahasa Inggris untuk kompatibilitas maksimal
Model Qwen 3.7 Max dapat menentukan sendiri jenis analisis yang dibutuhkan
Analisis komprehensif membutuhkan lebih banyak token
Timeout API: 60 detik
π Related
Vision Model:
oc/mimo-v2.5-freeAPI Endpoint:
http://192.168.1.10:20128/v1FastMCP Documentation: https://gofastmcp.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables image analysis and understanding using Vision Language Models through OpenAI-compatible APIs. Supports analyzing images from URLs or local files with custom prompts.Last updated12MIT
- Alicense-qualityDmaintenanceEnables AI-powered image and video analysis using Google Gemini and Vertex AI models. Supports analyzing single or multiple images, detecting objects with bounding boxes, and video content analysis through natural language prompts.Last updated135MIT
- AlicenseAqualityDmaintenanceEnables AI agents to analyze images, extract text, compare images, and analyze video through any OpenAI-compatible vision model.Last updated46613MIT
- FlicenseAqualityBmaintenanceProvides image understanding capabilities to coding models without vision support by automatically invoking a vision model and returning text descriptions, enabling seamless context-aware coding with images.Last updated12
Related MCP Connectors
Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visuβ¦
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/NYXNYX-cyber/MCP-Image_Analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server