
OpenCV MCP Server
The OpenCV MCP Server bridges OpenCV’s powerful image and video processing tools with AI assistants and developer platforms via the Model Context Protocol (MCP)...
Add computer vision to your AI workflows with mcp-vision: HuggingFace-powered object detection and image analysis as an MCP server for FlowHunt and multimodal assistants.
The “mcp-vision” MCP Server is a Model Context Protocol (MCP) server that exposes HuggingFace computer vision models—such as zero-shot object detection—as tools to enhance the vision capabilities of large language or vision-language models. By connecting AI assistants with powerful computer vision models, mcp-vision enables tasks like object detection and image analysis directly within development workflows. This allows LLMs and other AI clients to query, process, and analyze images programmatically, making it easier to automate, standardize, and extend vision-based interactions in applications. The server is suited for both GPU and CPU environments and is designed for easy integration with popular AI platforms.
No specific prompt templates are mentioned in the documentation or repository files.
No explicit MCP resources are documented or listed in the repository.
locate_objects
Detect and locate objects in an image using one of the zero-shot object detection pipelines available through HuggingFace. Inputs include the image path, a list of candidate labels, and an optional model name. Returns a list of detected objects in standard format.
zoom_to_object
Zoom into a specific object in an image by cropping the image to the bounding box of the object with the best detection score. Inputs include the image path, a label to find, and an optional model name. Returns a cropped image or None.
No setup instructions for Windsurf are provided in the repository.
git clone git@github.com:groundlight/mcp-vision.git
cd mcp-vision
make build-docker
claude_desktop_config.json
and add the following under mcpServers
:"mcpServers": {
"mcp-vision": {
"command": "docker",
"args": ["run", "-i", "--rm", "--runtime=nvidia", "--gpus", "all", "mcp-vision"],
"env": {}
}
}
"mcpServers": {
"mcp-vision": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp-vision"],
"env": {}
}
}
"mcpServers": {
"mcp-vision": {
"command": "docker",
"args": ["run", "-i", "--rm", "--runtime=nvidia", "--gpus", "all", "groundlight/mcp-vision:latest"],
"env": {}
}
}
No setup instructions for Cursor are provided in the repository.
No setup instructions for Cline are provided in the repository.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"mcp-vision": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “mcp-vision” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | HuggingFace computer vision models as tools for LLMs via MCP |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ✅ | locate_objects, zoom_to_object |
Securing API Keys | ⛔ | No API key instructions |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Overall, mcp-vision provides useful, direct integration with HuggingFace vision models but lacks documentation on resources, prompt templates, or advanced MCP features like roots or sampling. Its setup is well-documented for Claude Desktop but not for other platforms.
mcp-vision is a focused and practical MCP server for adding visual intelligence to AI workflows, especially in environments that support Docker. Its primary strengths are its clear tool offerings and straightforward setup for Claude Desktop, but it would benefit from richer documentation, especially around resources, prompt templates, and support for additional platforms and advanced MCP features.
Has a LICENSE | ✅ MIT |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 23 |
mcp-vision is an open-source Model Context Protocol server that exposes HuggingFace computer vision models as tools for AI assistants and LLMs, enabling object detection, image cropping, and more in your AI workflows.
mcp-vision offers tools like locate_objects (for zero-shot object detection in images) and zoom_to_object (for cropping images to detected objects), accessible via the MCP interface.
Use mcp-vision for automated object detection, vision-based workflow automation, interactive image exploration, and augmenting AI agents with visual reasoning and analysis capabilities.
Add the MCP component to your FlowHunt flow and insert the mcp-vision server details in the configuration panel using the provided JSON format. Ensure your MCP server is running and reachable from FlowHunt.
No API key or special credentials are required to run mcp-vision according to current documentation. Just ensure your Docker environment is configured and the server is accessible.
Supercharge your AI agents with object detection and image analysis using mcp-vision. Plug it into your FlowHunt flows for seamless multimodal reasoning.
The OpenCV MCP Server bridges OpenCV’s powerful image and video processing tools with AI assistants and developer platforms via the Model Context Protocol (MCP)...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...