hyperterse vs time
Side-by-side comparison to help you pick between these two MCP servers.
hyperterse by hyperterse | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 82 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 1 mo ago | this month |
hyperterse · Summary
Agentic server framework that combines MCP tools, prompts, resources, and agents in a single deployable service with Go.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hyperterse · Use cases
- Building MCP tools with database queries
- Creating agentic services with both MCP and A2A protocols
- Developing multi-agent systems with shared tools and resources
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
hyperterse · Install
Install Hyperterse
curl -fsSL https://hyperterse.com/install | bashInitialize a new project
hyperterse initStart the server
hyperterse startFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"hyperterse": {
"command": "hyperterse",
"args": ["serve"]
}
}
}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"]
}
}
}