YOLO MCP 서비스
모델 컨텍스트 프로토콜(MCP)을 통해 Claude AI와 통합되는 강력한 YOLO(You Only Look Once) 컴퓨터 비전 서비스입니다. 이 서비스를 통해 Claude는 최첨단 YOLO 모델을 사용하여 객체 감지, 분할, 분류 및 실시간 카메라 분석을 수행할 수 있습니다.
특징
객체 감지, 분할, 분류 및 포즈 추정
라이브 객체 감지를 위한 실시간 카메라 통합
모델 학습, 검증 및 내보내기 지원
여러 모델을 결합한 종합적인 이미지 분석
파일 경로와 base64로 인코딩된 이미지 모두 지원
Claude AI와의 원활한 통합
설치 지침
필수 조건
Python 3.10 이상
Git(선택 사항, 저장소 복제용)
환경 설정
프로젝트에 대한 디렉토리를 만들고 해당 디렉토리로 이동합니다.
지엑스피1
프로젝트 파일을 다운로드하거나 저장소에서 복제하세요.
# If you have the files, copy them to this directory # If using git: git clone https://github.com/GongRzhe/YOLO-MCP-Server.git .가상 환경 만들기:
# On Windows python -m venv .venv # On macOS/Linux python3 -m venv .venv가상 환경을 활성화합니다.
# On Windows .venv\Scripts\activate # On macOS/Linux source .venv/bin/activate설치 스크립트를 실행합니다.
python setup.py설정 스크립트는 다음을 수행합니다.
Python 버전을 확인하세요
가상 환경을 만듭니다(아직 만들어지지 않은 경우)
필수 종속성 설치
MCP 구성 파일(mcp-config.json)을 생성합니다.
Claude를 포함한 다양한 MCP 클라이언트에 대한 출력 구성 정보
다음과 유사한 설정 스크립트의 출력을 확인하세요.
MCP configuration has been written to: /path/to/mcp-config.json MCP configuration for Cursor: /path/to/.venv/bin/python /path/to/server.py MCP configuration for Windsurf/Claude Desktop: { "mcpServers": { "yolo-service": { "command": "/path/to/.venv/bin/python", "args": [ "/path/to/server.py" ], "env": { "PYTHONPATH": "/path/to" } } } } To use with Claude Desktop, merge this configuration into: /path/to/claude_desktop_config.json
YOLO 모델 다운로드
서비스를 이용하기 전에 YOLO 모델을 다운로드해야 합니다. 서비스는 다음 디렉터리에서 모델을 검색합니다.
서비스가 실행 중인 현재 디렉토리
models하위 디렉토리server.py의
CONFIG["model_dirs"]변수에 구성된 다른 디렉토리
모델 디렉토리를 만들고 몇 가지 일반적인 모델을 다운로드하세요.
Windows PowerShell 사용자의 경우:
Claude 구성
Claude와 함께 이 서비스를 사용하려면:
Claude 웹의 경우: 로컬 컴퓨터에서 서비스를 설정하고 MCP 클라이언트의 설정 스크립트에서 제공하는 구성을 사용합니다.
Claude Desktop의 경우:
설치 스크립트를 실행하고 구성 출력을 기록하세요.
Claude Desktop 구성 파일을 찾으세요(경로는 설정 스크립트 출력에 제공됨)
Claude Desktop 구성 파일에 구성을 추가하거나 병합합니다.
Claude Desktop을 다시 시작하세요
Claude에서 YOLO 도구 사용하기
1. 먼저 사용 가능한 모델을 확인하세요
먼저 시스템에서 어떤 모델을 사용할 수 있는지 확인하세요.
2. 이미지에서 객체 감지
컴퓨터의 이미지 파일을 분석하려면:
다른 모델을 지정할 수도 있습니다.
3. 포괄적인 이미지 분석 실행
객체 감지, 분류 등을 결합한 보다 자세한 분석을 원하시면:
4. 이미지 분할
객체 경계를 식별하고 분할 마스크를 생성하려면 다음을 수행합니다.
5. 이미지 분류
전체 이미지 콘텐츠를 분류하려면:
6. 컴퓨터 카메라 사용
컴퓨터 카메라를 사용하여 실시간 객체 감지를 시작하세요.
최신 카메라 감지 정보를 받으세요:
완료되면 카메라를 멈춥니다.
7. 고급 모델 작업
사용자 정의 모델 학습
모델 검증
모델을 다른 형식으로 내보내기
8. 연결 테스트
YOLO 서비스가 올바르게 실행되고 있는지 확인하세요.
문제 해결
카메라 문제
카메라가 작동하지 않으면 다른 카메라 ID를 시도해 보세요.
모델을 찾을 수 없습니다
모델을 찾을 수 없는 경우 구성된 디렉토리 중 하나에 모델을 다운로드했는지 확인하세요.
성능 문제
제한된 리소스로 더 나은 성능을 얻으려면 더 작은 모델(예: yolov8x.pt 대신 yolov8n.pt)을 사용하세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
클로드가 최첨단 YOLO 모델을 사용하여 객체 감지, 분할, 분류 및 실시간 카메라 분석을 수행할 수 있도록 해주는 컴퓨터 비전 서비스입니다.
Related MCP Servers
- Asecurity-licenseAqualityThe server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.Last updated -420
- -security-license-qualityA comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.Last updated -39MIT License
- -security-license-qualityProvides Claude with real-time system monitoring capabilities, including CPU, memory, disk, network, battery, and internet speed metrics.Last updated -1MIT License
- -security-license-qualityProvides AI-powered visual analysis capabilities for Claude and other MCP-compatible AI assistants, allowing them to capture and analyze screenshots, perform file operations, and generate UI/UX reports.