luma-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
luma-mcp by JochenYang | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 59 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
luma-mcp · Summary
Multi-Model Visual Understanding MCP Server providing image analysis capabilities to AI coding models that don't support native vision.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
luma-mcp · Use cases
- Code analysis by providing screenshots to AI coding assistants
- UI/UX evaluation through visual interface analysis
- Error debugging using error message screenshots
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
luma-mcp · Install
Installation
npx -y luma-mcpClaude Desktop Configuration
Add to your config.json:
{
"mcpServers": {
"luma": {
"command": "npx",
"args": ["-y", "luma-mcp"],
"env": {
"MODEL_PROVIDER": "zhipu",
"ZHIPU_API_KEY": "your-api-key"
}
}
}
}Replace MODEL_PROVIDER and corresponding key with your chosen provider.
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"]
}
}
}