MCP YOLOE: Zero-Shot Object Detection & Segmentation

by rjn32s

278 downloads
Not rated
GitHub

About

Provide your AI agents with "eyes." This server enables open-vocabulary object detection and instance segmentation using naturally phrased text prompts (e.g., "detect the laptop next to the coffee").

Details

Author
rjn32s
Downloads
278
Categories
Other, AI

- Zero-shot detection with natural language prompts.
- Precision segmentation with exact polygon masks.
- Flexible inputs: local paths, URLs, Base64.
- Agent-first design for Claude, IDEs, and workspace agents.
- Uses YOLOE26‑L architecture (55.0 mAP, ~6.2ms on T4).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP YOLOE: Zero-Shot Object Detection & Segmentation
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

You interact through an AI agent (e.g., Claude) by providing a natural language prompt such as “Find the ‘vintage typewriter’ in this image and give me its exact coordinates.” The server accepts local file paths, remote image URLs, and Base64-encoded images as input.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp yoloe: zero-shot object detection & segmentation": {
            "mcp-yolo": {
                "command": "uvx",
                "args": [
                    "mcp-yolo"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-yolo": {
        "command": "uvx",
        "args": [
            "mcp-yolo"
        ]
    }
}

MCP-YOLO

MCP-YOLO is a powerful Model Context Protocol server that grants AI agents advanced computer vision capabilities. Unlike traditional YOLO models that only detect a fixed list of objects, this server uses Zero-Shot Learning to detect and segment anything you describe.

Key Features

- Zero-Shot Detection: Detect arbitrary objects using natural language prompts. - Precision Segmentation: Get exact polygon masks for every detected object. - Flexible Inputs: Works with local file paths, remote image URLs, and Base64 strings. - Agent-First: Designed specifically for integration with Claude, IDEs, and autonomous workspace agents.

Example Usage

Ask your agent to: > "Find the 'vintage typewriter' in this image and give me its exact coordinates."

Performance

Uses the state-of-the-art YOLOE26-L architecture, providing a perfect balance of high precision (55.0 mAP) and rapid inference (~6.2ms on T4 GPUs).
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.