MCP Catalogs
Home

fortuneteller vs time

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

fortuneteller
by hjsh200219
time
by modelcontextprotocol
Stars★ 34★ 85,748
30d uses
Score4477
Official
Categories
AI / LLM ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

fortuneteller · Summary

An MCP server for Korean traditional Saju fortune-telling with comprehensive analysis tools.

time · Summary

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

fortuneteller · Use cases

  • Personal fortune analysis using Korean Saju methodology
  • Compatibility checking between two people
  • Daily, monthly, yearly fortune predictions
  • Conversion between lunar and solar calendars

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

fortuneteller · Install

Installation

**Option 1: Automatic Installation Script (Recommended)**

curl -fsSL https://raw.githubusercontent.com/hjsh200219/fortuneteller/main/install.sh | bash

**Option 2: Manual Installation**

npm install -g @hoshin/saju-mcp-server

**Option 3: Using npx (No Installation)**

npx @hoshin/saju-mcp-server

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "saju": {
      "command": "npx",
      "args": ["-y", "@hoshin/saju-mcp-server"]
    }
  }
}

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.