MCP Catalogs
Home

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
Score5377
Official
Categories
MediaAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Open Claude Desktop
  2. Go to Settings → Plugins
  3. Add marketplace repository: https://github.com/jordanrendric/claude-video-vision
  4. Install the plugin

Alternative Installation (via CLI)

# In Claude Code
/plugin marketplace add https://github.com/jordanrendric/claude-video-vision
/plugin install claude-video-vision

Dependencies

  • 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.