MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
@MRonaldo-gif
About MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
The repo is based on Model Context procotol of Python SDK, including DL models in CV, and provide the abilities to the LLM or vLLM model
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-cvdlt": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
4Detect objects in an image using YOLOv10
Segment objects in an image using YOLOv8
Segment entire image using Ultralytics SAM
Estimate human poses in an image using YOLOv8
Overview
What is MCP Server for CVDLT(Computer Vision & Deep Learning Tools)?
A Python server implementing the Model Context Protocol (MCP) for image object detection, segmentation, and pose estimation using Ultralytics models (YOLOv10, YOLOv8, SAM). It is built on the MCP Python SDK and designed for integration with MCP-compatible clients.
How to use MCP Server for CVDLT(Computer Vision & Deep Learning Tools)?
Install dependencies with uv sync and download required model weights (yolov10b.pt, yolov8n-seg.pt, yolov8n-pose.pt, sam_b.pt) into the ./checkpoints directory. Start the server in stdio mode with python server.py or in SSE mode with python server.py sse [port]. For Claude Desktop, add an SSE entry in claude_desktop_config.json.
Key features of MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
- Detect objects in images using YOLOv10
- Segment objects in images using YOLOv8
- Segment entire images using Ultralytics SAM
- Estimate human poses in images using YOLOv8
- Support for local file paths and network image URLs
- MCP tool integration with stdio and SSE transport protocols
Use cases of MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
- Detect and classify objects in images with bounding box output
- Generate object-level segmentation masks for images
- Perform whole-image segmentation using SAM
- Estimate human pose keypoints from images
- Integrate computer vision capabilities into MCP-based applications
FAQ from MCP Server for CVDLT(Computer Vision & Deep Learning Tools)
What model files are required?
The server requires yolov10b.pt, yolov8n-seg.pt, yolov8n-pose.pt, and sam_b.pt placed in the ./checkpoints directory.
What types of image inputs are supported?
Both local paths (using file:// or relative paths) and network URLs (using http:// or https://) are supported.
What transport protocols does the server support?
Stdio (default) and SSE (started with python server.py sse [port]).
Is there a reference client for testing?
Yes, an MCP Playground client is available at https://github.com/MRonaldo-gif/mcp-playground-local.
Where can I download the required model weights?
Download links are provided in the Ultralytics documentation for YOLOv10, YOLOv8, and SAM‑2 models.
Frequently asked questions
What model files are required?
The server requires `yolov10b.pt`, `yolov8n-seg.pt`, `yolov8n-pose.pt`, and `sam_b.pt` placed in the `./checkpoints` directory.
What types of image inputs are supported?
Both local paths (using `file://` or relative paths) and network URLs (using `http://` or `https://`) are supported.
What transport protocols does the server support?
Stdio (default) and SSE (started with `python server.py sse [port]`).
Is there a reference client for testing?
Yes, an MCP Playground client is available at https://github.com/MRonaldo-gif/mcp-playground-local.
Where can I download the required model weights?
Download links are provided in the Ultralytics documentation for YOLOv10, YOLOv8, and SAM‑2 models.
Basic information
More Productivity MCP servers

AdWhispr - Research, Clone, & Launch Ads from Claude/ChatGPT
AdWhisprRemote MCP server that turns Claude, ChatGPT, or Cursor into a full ad workflow: research any brand's live Facebook and TikTok ads, clone the proven winners for your own brand, and launch real campaigns on Google, TikTok

Fdback.io
FdbackFdback.io is a user feedback platform (feedback board, roadmap, changelog) with a built-in remote MCP server - no local install, connect any MCP client with a URL and API key. Your AI agents can: - List, search, and rea
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM

Turnale
Turnale.appTournament software for tennis, padel, pickleball and more: fair draws, live standings, scores and dropout handling. Run recreational racket-sport tournaments from chat: schedules for americano, mexicano, round robin, g

Contio MeetingOS
Andrew ElyContio MeetingOS is an AI-powered workspace for meeting-driven teams. — from planning to follow-through. It gives you a structured workspace to build agendas, collaborate with participants in real time, capture transcri
Comments