MCP Image Analyzer Server
Click on "Deploy 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: 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 deployed
Maintenance
Related MCP Connectors
Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visuβ¦
Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from Uβ¦
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
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.12MIT
- AlicenseAqualityDmaintenanceEnables AI agents to analyze images, extract text, compare images, and analyze video through any OpenAI-compatible vision model.4166 npm20MIT
- 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.12-
- FlicenseNot gradedqualityCmaintenanceEnables text-only LLMs to process images by describing them through a configurable vision model.-