time vs json2video-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | json2video-mcp-server by omergocmen | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | MediaAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 12 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
json2video-mcp-server · Summary
An MCP server for generating videos programmatically using the json2video API with extensive scene and element support.
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
json2video-mcp-server · Use cases
- Automatically create video content from structured data for marketing campaigns
- Generate personalized video messages as part of customer service automation
- Create video summaries or reports from analytical data outputs
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"]
}
}
}json2video-mcp-server · Install
Installation
- **Running with npx:**
env JSON2VIDEO_API_KEY=your_api_key_here npx -y @omerrgocmen/json2video-mcp- **Manual Installation:**
npm install -g @omerrgocmen/json2video-mcp- **Claude Desktop Configuration:**
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"json2video-mcp": {
"command": "npx",
"args": ["-y", "@omerrgocmen/json2video-mcp"],
"env": {
"JSON2VIDEO_API_KEY": "your_api_key_here"
}
}
}
}Replace your_api_key_here with your actual json2video API key.