MCP Catalogs
Home

wwo-mcp

by WorldWeatherOnline·1·Score 34

World Weather Online MCP server provides comprehensive weather data tools for AI assistants.

ai-llmweatherdeveloper-tools
0
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Enable AI assistants to provide real-time weather information to users
you:Integrate historical weather data into analytical tools
you:Support maritime or outdoor activity planning with specialized weather forecasts
you:What API key do I need?
you:What weather data is available?

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 README
  • get_weather

    Current conditions + 14-day forecast

  • get_historical_weather

    Past weather from 2008 onwards

  • get_marine_weather

    Swell, tides, water temperature

  • get_ski_weather

    Top/mid/base elevation forecasts

  • search_location

    Location autocomplete

  • get_astronomy

    Sunrise, sunset, moon phase

  • get_timezone

    Local time + UTC offset

  • get_climate_averages

    Monthly 12-year climate averages

Comparable tools

openweathermap-mcpweatherapi-mcpmeteoblue-mcp

Installation

Installation

Railway Deployment

  1. Push the repository to GitHub
  2. Deploy to Railway from GitHub repo
  3. Add custom domain (optional)
  4. 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 dev

Server 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.