All servers75
DINO-X-MCP
TypeScriptIDEA-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.
Score Breakdown
Authentication30/30
Static Analysis15/25
Dependencies20/20
Behavior0/15
Maintenance10/10
Authentication
Tier A — OAuth 2.0 / OIDC
Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.
Last scanned 6/18/2026
Security Findings(1)
MEDIUM
potential ssrf
src/utils/index.ts:173
Claude Desktop Config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"DINO-X-MCP": {
"command": "npx",
"args": [
"-y",
"https://github.com/IDEA-Research/DINO-X-MCP"
]
}
}
}Refer to the repo README for exact installation instructions.