DINO-X
Advanced computer vision and object detection MCP server powered by Dino-X, enabling AI agents to analyze images, detect objects, identify keypoints, and perform visual understanding tasks.
Ads
Overview
DINO-X Official MCP Server — powered by the DINO-X and Grounding DINO models — brings fine-grained object detection and image understanding to your multimodal applications. - Fine-Grained Understanding: Full image detection, object detection, and region-level descriptions. - Structured Outputs: Get object categories, counts, locations, and attributes for VQA and multi-step reasoning tasks. - Composable: Works seamlessly with other MCP servers to build end-to-end visual agents or automation pipelines.
Installation
npm install
Configuration
{
"mcpServers": {
"dinox-mcp": {
"url": "https://mcp.deepdataspace.com/mcp?key=your-api-key"
}
}
}Capabilities
- Detect all objects in a scene
Ask the assistant to identify every object in an image with categories and bounding boxes using `detect-all-objects`.
- Find objects by text prompt
Request detection of specific items (e.g., “person.car”) in an image via `detect-objects-by-text`.
- Estimate human pose keypoints
Get 17 body keypoints and bounding boxes for people in an image with `detect-human-pose-keypoints`.
- Generate annotated visualizations
Produce an image with detection results drawn on it using `visualize-detection-result` (STDIO mode only).
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.