Back to directory
rossshannon/weekly-weather-mcp

rossshannon/weekly-weather-mcp

@rossshannon

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

weatherforecastopenweathermapmcppythonglobalcontext

Installation & Configuration

{
  "weather_forecast": {
    "command": "python3",
    "args": [
      "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
2026/6/12
Updated
2026/6/12