time vs Overture
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Overture by SixHq | |
|---|---|---|
| Stars | ★ 85,748 | ★ 621 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Overture · Summary
Overture is an MCP server that visualizes AI coding agent execution plans as interactive flowcharts before code is written.
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
Overture · Use cases
- Visualizing complex AI coding workflows before execution to ensure proper understanding
- Collaborating with team members on code plans by sharing the interactive flowchart
- Debugging and optimizing AI agent execution by identifying problematic nodes
- Teaching and learning about code generation processes through visual representation
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"]
}
}
}Overture · Install
Overture is an MCP server that can be installed with various AI coding agents:
# Claude Code
claude mcp add overture-mcp -- npx overture-mcp
# Cursor (add to ~/.cursor/mcp.json)
{
"mcpServers": {
"overture": {
"command": "npx",
"args": ["overture-mcp"]
}
}
}
# GitHub Copilot (create .vscode/mcp.json)
{
"servers": {
"overture": {
"command": "npx",
"args": ["overture-mcp"]
}
}
}
# Global installation (optional)
npm install -g overture-mcp