MCP Catalogs
Home

keryx vs time

Side-by-side comparison to help you pick between these two MCP servers.

keryx
by actionhero
time
by modelcontextprotocol
Stars★ 29★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

keryx · Summary

Fullstack TypeScript framework where actions work as HTTP, WebSocket, CLI, tasks, and MCP tools automatically.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

keryx · Use cases

  • Building AI agent backends with MCP tools that mirror your existing API endpoints
  • Creating unified APIs that work across web, WebSocket, CLI, and background processing
  • Developing fullstack applications with Drizzle ORM and type-safe responses

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

keryx · Install

# Create a new project
bunx keryx new my-app
cd my-app
cp .env.example .env
bun install
bun dev

For Claude Desktop MCP configuration:

{
  "mcpServers": {
    "my-app": {
      "url": "http://localhost:8080/mcp"
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.