time vs sverklo
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | sverklo by sverklo | |
|---|---|---|
| Stars | ★ 85,748 | ★ 54 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
sverklo · Summary
Sverklo is a local-first MCP server providing code intelligence with symbol graphs, blast-radius analysis, and git-pinned memory.
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
sverklo · Use cases
- Improving code search accuracy in large repositories
- Reducing context windows for AI coding assistants
- Providing blast-radius analysis for code changes
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"]
}
}
}sverklo · Install
Install Sverklo
- Install globally:
npm install -g sverklo - Initialize in your project:
cd your-project && sverklo init
The tool will auto-detect your installed AI coding agent (Claude Code, Cursor, Windsurf, Zed), write the right MCP config, append instructions to AGENTS.md or CLAUDE.md, and run sverklo doctor to verify the setup.
For Claude Desktop, add to your Claude Desktop configuration:
"mcpServers": {
"sverklo": {
"command": "npx",
"args": ["-y", "sverklo"]
}
}