MCP Catalogs
Home

time vs wanaku

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

time
by modelcontextprotocol
wanaku
by wanaku-ai
Stars★ 85,748★ 112
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsOps & InfraAI / LLM Tools
LanguageTypeScriptJava
Last committhis monththis month

time · Summary

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

wanaku · Summary

Wanaku MCP Router is a Java-based gateway that connects and routes MCP servers with extensive connectivity options.

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

wanaku · Use cases

  • Centralized management of multiple MCP servers in enterprise environments
  • Creating secure bridges between isolated AI applications and services
  • Extending AI capabilities with custom tools using Apache Camel components

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"]
    }
  }
}

wanaku · Install

Installation

Using JBang (requires Java 21+)

jbang app install wanaku@wanaku-ai/wanaku

Using Binary Download

  1. Download the latest binary from [GitHub Releases](https://github.com/wanaku-ai/wanaku/releases)
  2. Make the binary executable: chmod +x wanaku
  3. Add to PATH: sudo mv wanaku /usr/local/bin/

Basic Usage

# Authenticate with Wanaku router
wanaku auth login --url http://localhost:8080

# List available tools
wanaku tools list

# Add a new tool
wanaku tools add --uri http://example.com/api --service http

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wanaku": {
      "command": "wanaku",
      "args": ["server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.