MCPdir β€” MCP Server Directory
πŸ‡¬πŸ‡§ πŸ‡ͺπŸ‡Έ

YOLO MCP Server

by GongRzhe

Computer vision with YOLO object detection through AI assistants

ai-ml Python Advanced Self-hostable No API key
⭐ 30 stars πŸ“… Updated: 1y ago

Description

An MCP server integrating YOLO with AI assistants for computer vision tasks. Provides 13 tools covering object detection, image classification, segmentation, real-time camera detection, and model management (training, validation, export). Supports multiple YOLO models, configurable confidence thresholds, and comprehensive image analysis combining detection, classification, and segmentation in one pass.

βœ… Best for

Developers needing full YOLO-based computer vision capabilities through AI assistants

⏭️ Skip if

You only need basic image processing or prefer a cloud-based vision API

πŸ’‘ Use cases

  • Detecting and classifying objects in images via AI commands
  • Real-time object detection using webcam feeds
  • Training custom YOLO models on specific datasets
  • Segmenting objects with boundary masks for analysis
  • Exporting trained models to ONNX and other formats

πŸ‘ Pros

  • βœ“ Rich 13-tool set covering detection, segmentation, classification, and training
  • βœ“ Real-time camera integration for live detection
  • βœ“ Model lifecycle management (train, validate, export)
  • βœ“ Comprehensive analysis combining multiple CV tasks in one call

πŸ‘Ž Cons

  • βœ— Heavy dependencies (ultralytics, opencv)
  • βœ— YOLO model files can be large (hundreds of MB)
  • βœ— Manual installation via setup.py β€” no pip package published

πŸ”§ Exposed tools (11 tools)

ToolCategoryDescription
start_camera_detectioncameraStart real-time camera-based object detection
get_camera_detectionscameraRetrieve latest camera analysis results
stop_camera_detectioncameraStop camera detection operations
classify_imageclassificationCategorize entire image content with top-k results
analyze_image_from_pathdetectionDetect objects in images with configurable confidence thresholds
comprehensive_image_analysisdetectionCombined detection, classification, and segmentation in one pass
list_available_modelsmodel-managementDisplay accessible YOLO models on the system
train_modelmodel-managementCreate custom detection models from datasets
validate_modelmodel-managementEvaluate model performance metrics
export_modelmodel-managementConvert models to ONNX and other formats
segment_objectssegmentationIdentify object boundaries and create masks

πŸ’‘ Tips & tricks

Run python setup.py first to download YOLO models automatically. Use comprehensive_image_analysis for a one-call combination of detection, classification, and segmentation.

Quick info

Author
GongRzhe
License
MIT
Runtime
Python 3.10+
Transport
stdio
Category
ai-ml
Difficulty
Advanced
Self-hostable
βœ…
Auth
β€”
Docker
β€”
Version
1.0.0
Updated
Mar 11, 2025

Client compatibility

  • ❓ Claude Code
  • ❓ Cursor
  • ❓ VS Code Copilot
  • ❓ Gemini CLI
  • ❓ Windsurf
  • ❓ Cline
  • ❓ JetBrains AI
  • ❓ Warp

Platforms

🍎 macOS 🐧 Linux πŸͺŸ Windows