claude-video-vision vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-video-vision by jordanrendric | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 613 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | MediaAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
claude-video-vision · Summary
Claude Code plugin that gives Claude the ability to watch and understand videos through frame extraction and audio analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-video-vision · Use cases
- Video content analysis and summarization
- Tutorial and educational content processing
- Surveillance footage review with timestamped context
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
claude-video-vision · Install
Claude Desktop Installation
- Open Claude Desktop
- Go to Settings → Plugins
- Add marketplace repository:
https://github.com/jordanrendric/claude-video-vision - Install the plugin
Alternative Installation (via CLI)
# In Claude Code
/plugin marketplace add https://github.com/jordanrendric/claude-video-vision
/plugin install claude-video-visionDependencies
- Node.js 20+
- ffmpeg (auto-detected, setup wizard provides instructions)
- yt-dlp (optional, for YouTube URLs)
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"]
}
}
}