Skip to main content
Location ServicesTypeScript

TimLukaHorstmann/mcp-weather

Accurate weather forecasts via the AccuWeather API (free tier available).

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/TimLukaHorstmann/mcp-weather

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-weather": {
      "command": "npx",
      "args": [
        "-y",
        "TimLukaHorstmann/mcp-weather"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
TypeScript
Author
TimLukaHorstmann