MCP Catalogs
Home

weather-mcp-server vs time

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

weather-mcp-server
by ezh0v
time
by modelcontextprotocol
Stars★ 244★ 85,748
30d uses
Score4977
Official
Categories
weatherAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit3 mo agothis month

weather-mcp-server · Summary

A lightweight Go MCP server that provides real-time weather data to AI assistants.

time · Summary

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

weather-mcp-server · Use cases

  • AI assistants providing weather information in conversations
  • Integration with productivity tools that need weather data
  • Building location-aware AI applications with real-time meteorological data

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

weather-mcp-server · Install

Installation

Claude Desktop Configuration

Add the server to your Claude configuration:

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "/path/to/weather-mcp-server",
      "env": {
        "WEATHER_API_KEY": "your-api-key"
      }
    }
  }
}

Build from Source

go build -o weather-mcp-server ./cmd/weather-mcp-server

Docker

docker build -t weather-mcp-server .
docker run -e WEATHER_API_KEY=your-api-key -d --name weather-mcp-server -p 8000:8000 weather-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.