MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/DINO-X
Code ExecutionOfficial
D

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.

109 starsUpdated Jun 17, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago