What is the io.github.rjn32s/mcp-yolo MCP server?
An MCP server providing zero-shot object detection and segmentation using Ultralytics YOLOE.
How to install io.github.rjn32s/mcp-yolo
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-yolo": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Claude Code
claude mcp add mcp-yolo -- uvx mcp-yoloRelated MCP servers
26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run.
View repository →