Submit

MCP Weather Server

@TimLukaHorstmann

a year ago
A Model Context Protocol (MCP) server that provides hourly weather forecasts using the AccuWeather API.

Tools

weather-get_hourly

Server Config

{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "@timlukahorstmann/mcp-weather"
      ],
      "env": {
        "ACCUWEATHER_API_KEY": "your_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.