Aller au contenu principal
Yet Logo
Model Context Protocol Server

Weather Forecast

Connect weather forecasts to Claude Desktop for any location worldwide. Powered by Open-Meteo, a free and open-source weather API requiring no API key.

Current Conditions

Real-time weather data including temperature, humidity, wind speed, and precipitation.

Weather Forecasts

Daily and hourly forecasts for up to 16 days, powered by Open-Meteo free API.

Any Location

Get weather for any location worldwide using latitude and longitude coordinates.

Installation

Claude Desktop Configuration

{
  "mcpServers": {
    "weather-forecast": {
      "url": "https://yet.lu/api/mcp/weather",
      "transport": "streamable-http"
    }
  }
}

Config File Locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Available Tools

get_current_weather

Get current weather conditions for any location

Parameters:

latitudenumberrequired

Latitude coordinate (e.g., 49.6116 for Luxembourg City)

longitudenumberrequired

Longitude coordinate (e.g., 6.1319 for Luxembourg City)

location_namestring

Optional location name for reference

get_weather_forecast

Get daily weather forecast for any location

Parameters:

latitudenumberrequired

Latitude coordinate

longitudenumberrequired

Longitude coordinate

location_namestring

Optional location name

daysnumber

Number of forecast days (default: 7, max: 16)

get_hourly_forecast

Get hourly weather forecast for any location

Parameters:

latitudenumberrequired

Latitude coordinate

longitudenumberrequired

Longitude coordinate

location_namestring

Optional location name

hoursnumber

Number of hours to forecast (default: 24)

Usage Examples

In Claude Desktop

Example prompts:

  • "What's the current weather at coordinates 49.6116, 6.1319?"
  • "Get me the 7-day forecast for Luxembourg City (49.6116, 6.1319)"
  • "Show hourly weather for the next 24 hours in Paris"
  • "What's the temperature and precipitation forecast?"

Note:

This MCP requires coordinates. Use a geocoding service or search to convert city names to lat/lon coordinates.

Common Coordinates

Luxembourg City

49.6116, 6.1319

Esch-sur-Alzette

49.4958, 5.9806

Use Cases

  • Check weather before traveling or outdoor activities
  • Get detailed hourly forecasts for planning
  • Monitor weather conditions for any location worldwide
  • Compare weather across multiple locations

Ready to Get Started?

Install the Weather Forecast MCP server and access global weather data instantly.

Skip to main content