Back to directory
idea-research/dino-x-mcp

idea-research/dino-x-mcp

@IDEA-Research

Official DINO-X Model Context Protocol (MCP) server that empowers LLMs with real-world visual perception through image object detection, localization, and captioning APIs.

mcpcomputer-visionobject-detectionimage-understandingdino-xgrounding-dinovisual-perceptionvisual-aiautomation

Installation & Configuration

{
  "mcpServers": {
    "dinox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@deepdataspace/dinox-mcp"
      ],
      "env": {
        "DINOX_API_KEY": "your-api-key-here",
        "IMAGE_STORAGE_DIRECTORY": "/path/to/your/image/directory"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13