YOLO-MCP-Server
10
The YOLO MCP Service provides advanced computer vision capabilities by integrating YOLO models with Claude AI using the Model Context Protocol. It facilitates object detection, segmentation, and real-time camera analysis, along with model training and export functionalities. This service enables seamless computer vision tasks within the Claude AI ecosystem.
What should I do if the camera doesn't work?
Try using different camera IDs by adjusting the 'camera_id' parameter in the function call.
How can I ensure a model is found?
Ensure the model is downloaded to one of the configured directories specified in the 'CONFIG["model_dirs"]' variable in server.py.
What can I do if I experience performance issues?
For better performance with limited resources, use smaller models like yolov8n.pt instead of larger ones like yolov8x.pt.