MCP Catalogs
Home

WeatherSync-AI vs time

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

WeatherSync-AI
by HarshilDoshi153
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3077
Official
Categories
AI / LLM ToolsDeveloper Toolsweather
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit11 mo agothis month

WeatherSync-AI · Summary

A lightweight MCP server that fetches real-time weather data from OpenWeather.org based on city names.

time · Summary

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

WeatherSync-AI · Use cases

  • AI assistants providing weather information to users
  • Automated weather-based workflow triggers
  • Educational tools demonstrating real-time data integration with LLMs

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

WeatherSync-AI · Install

git clone https://github.com/yourusername/mcp-weather-server.git
cd mcp-weather-server
npm install

For Claude Desktop:

{
  "mcpServers": {
    "weather-sync": {
      "command": "node",
      "args": ["/path/to/mcp-weather-server/index.js"]
    }
  }
}

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.