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 | — | — |
| Score | 24 | 77 |
| Official | — | ✓ |
| Categories | weatherapi-integrationProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this 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 installbun run index.tsClaude 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"]
}
}
}