time vs hypertool-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | hypertool-mcp by toolprint | |
|---|---|---|
| Stars | ★ 85,748 | ★ 153 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hypertool-mcp · Summary
HyperTool dynamically exposes tools from proxied MCP servers based on agent personas to help AI stay focused with relevant toolsets.
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
hypertool-mcp · Use cases
- Development workflow with coding-focused toolsets containing git and docker commands
- Content creation with writing toolsets containing notion, grammarly, and slack integration
- Debugging with specialized toolsets containing logs, traces, and container management tools
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"]
}
}
}hypertool-mcp · Install
Quick Start
- Copy your existing MCP config:
cp .mcp.json .mcp.hypertool.json- Update your Claude Desktop configuration:
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
}
}
}- Create your first toolset by telling your AI what you need!