wwo-mcp
by WorldWeatherOnline·★ 1·Score 34
World Weather Online MCP server provides comprehensive weather data tools for AI assistants.
Overview
This MCP server enables AI systems like Claude, Cursor, and others to access World Weather Online's weather data through direct API calls. It provides tools for current conditions, forecasts, historical data, marine weather, ski conditions, astronomy, timezone information, and climate averages. The server is designed to be easily deployed on Railway with custom domain support.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need comprehensive weather data for AI applications and prefer a ready-to-deploy solution with detailed configuration instructions.
When NOT to choose this
Don't choose this if you need weather data from a different provider or if you want to avoid third-party API dependencies in your AI application.
Tools this server exposes
8 tools extracted from the READMEget_weatherCurrent conditions + 14-day forecast
get_historical_weatherPast weather from 2008 onwards
get_marine_weatherSwell, tides, water temperature
get_ski_weatherTop/mid/base elevation forecasts
search_locationLocation autocomplete
get_astronomySunrise, sunset, moon phase
get_timezoneLocal time + UTC offset
get_climate_averagesMonthly 12-year climate averages
Comparable tools
Installation
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
FAQ
- What API key do I need?
- You need a World Weather Online API key, which can be obtained from their developer portal.
- What weather data is available?
- The server provides current conditions, 14-day forecasts, historical data back to 2008, marine weather, ski weather, astronomy data, timezone info, and climate averages.
Compare wwo-mcp with
Last updated · Auto-generated from public README + GitHub signals.