MCP Catalogs
Home

time vs wwo-mcp

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

time
by modelcontextprotocol
wwo-mcp
by WorldWeatherOnline
Stars★ 85,748★ 1
30d uses
Score7734
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsweatherDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

time · Summary

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

wwo-mcp · Summary

World Weather Online MCP server provides comprehensive weather data tools for AI assistants.

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

wwo-mcp · Use cases

  • Enable AI assistants to provide real-time weather information to users
  • Integrate historical weather data into analytical tools
  • Support maritime or outdoor activity planning with specialized weather forecasts

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

wwo-mcp · Install

Installation

Railway Deployment

  1. Push the repository to GitHub
  2. Deploy to Railway from GitHub repo
  3. Add custom domain (optional)
  4. Test the health endpoint

Claude Desktop

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

{
  "mcpServers": {
    "world-weather-online": {
      "url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Local Development

npm install
npm run dev

Server runs at http://localhost:3000

Comparison generated from public README + GitHub signals. Last updated automatically.