mcp-youtube-transcript vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-youtube-transcript by jkawamoto | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 388 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | MediaAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
mcp-youtube-transcript · Summary
MCP server for retrieving YouTube video transcripts with timestamps and metadata.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-youtube-transcript · Use cases
- Analyzing video content by retrieving text transcripts for research purposes
- Creating summaries of educational or instructional YouTube videos
- Processing video content with timestamps for precise reference
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
mcp-youtube-transcript · Install
Installation
For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"youtube-transcript": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-youtube-transcript",
"mcp-youtube-transcript"
]
}
}
}Alternatively, download the MCP bundle from the [Releases](https://github.com/jkawamoto/mcp-youtube-transcript/releases) page and import it into Claude Desktop.
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"]
}
}
}