ytt-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ytt-mcp by cottongeeks | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 71 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsMediaProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
ytt-mcp · Summary
MCP server for fetching YouTube video transcripts with multiple integrations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ytt-mcp · Use cases
- Summarize YouTube content without watching videos
- Analyze video content for research purposes
- Integrate video transcripts into AI-powered workflows
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
ytt-mcp · Install
Install and run using uv:
# Install using uv
uv add ytt-mcp
# Run with uvx
uvx ytt-mcpFor Claude Desktop, add to your claude-desktop-config.json:
{
"mcpServers": {
"ytt-mcp": {
"command": "uvx",
"args": ["ytt-mcp"]
}
}
}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"]
}
}
}