Back to directory
timlukahorstmann/mcp-weather

timlukahorstmann/mcp-weather

@TimLukaHorstmann351427

A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.

weatheraccuweatherforecastmcptypescriptnpmother

Installation & Configuration

{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "@timlukahorstmann/mcp-weather"
      ],
      "env": {
        "ACCUWEATHER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/5/4
Updated
2025/9/8