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 | — | — |
| Score | 77 | 34 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsweatherDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 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
- Push the repository to GitHub
- Deploy to Railway from GitHub repo
- Add custom domain (optional)
- 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 devServer runs at http://localhost:3000