MCP Catalogs
Home

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
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Install globally: npm install -g sverklo
  2. 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"]
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.