MCP Catalogs
Home

openweathermap-mcp-server vs time

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

openweathermap-mcp-server
by abhayymishraa
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score2477
Official
Categories
weatherapi-integrationProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit13 mo agothis month

openweathermap-mcp-server · Summary

MCP server providing weather data from OpenWeatherMap API with Bun runtime.

time · Summary

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

openweathermap-mcp-server · Use cases

  • Get current weather for any location using coordinates
  • Retrieve 5-day weather forecasts for trip planning
  • Integrate weather data into AI assistants for location-aware 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

openweathermap-mcp-server · Install

bun install
bun run index.ts

Claude Desktop configuration:

{
  "mcpServers": {
    "openweathermap": {
      "command": "bun",
      "args": ["run", "/path/to/openweathermap-mcp-server/index.ts"]
    }
  }
}

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.