DINO-X-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
DINO-X-MCP by IDEA-Research | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 114 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsMediaDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this month |
DINO-X-MCP · Summary
DINO-X MCP server enables LLMs with visual perception through image object detection, localization, and captioning APIs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
DINO-X-MCP · Use cases
- Visual content analysis with object detection and localization
- Inventory management through automated object counting
- Human pose estimation for fitness and healthcare applications
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
DINO-X-MCP · Install
Installation
Option A: Official Hosted Streamable HTTP (Recommended)
Add to your MCP client config:
{
"mcpServers": {
"dinox-mcp": {
"url": "https://mcp.deepdataspace.com/mcp?key=your-api-key"
}
}
}Option B: Use the NPM package locally (STDIO)
Install Node.js first, then configure:
{
"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"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}