Back to directory
weekly-weather-mcp

weekly-weather-mcp

@rossshannon3

Weather MCP server which returns 7 days of detailed weather forecasts anywhere in the world

weatherforecastOpenWeatherMapAPIother

Installation & Configuration

{
  "weather_forecast": {
    "command": "python3",
    "args": [
      "/full_path/weather_mcp_server.py"
    ],
    "env": {
      "OPENWEATHER_API_KEY": "your_openweathermap_key_here"
    },
    "disabled": false,
    "autoApprove": [
      "get_weather",
      "get_current_weather"
    ]
  }
}

Information

Transport
stdio
Language
Python
Created
2025/7/23
Updated
2025/7/23