The DINO X MCP server provides AI agents with real-world visual perception through image object detection, localization, and captioning APIs. It connects to DINO-X models for visual understanding. Developers use it to build applications requiring image analysis, such as autonomous systems, robotics, and computer vision tools.
The DINO X MCP server provides AI agents with real-world visual perception through image object detection, localization, and captioning APIs. It connects to DINO-X models for visual understanding. Developers use it to build applications requiring image analysis, such as autonomous systems, robotics, and computer vision tools.
npx -y @deepdataspace/dinox-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"idea-research-dino-x-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @deepdataspace/dinox-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from DINO X MCP?"
API Key Required
This server requires an API key from DINO X MCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DINO_X_MCP_API_KEY | Yes | Your DINO X MCP API key |
"What resources are available in DINO X MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in DINO X MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in DINO X MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.