TimLukaHorstmann/mcp-weather
Accurate weather forecasts via the AccuWeather API (free tier available).
Quick Start
Clone the repository:
git clone https://github.com/TimLukaHorstmann/mcp-weatherClaude Desktop configuration example:
{
"mcpServers": {
"mcp-weather": {
"command": "npx",
"args": [
"-y",
"TimLukaHorstmann/mcp-weather"
]
}
}
}Check the repository README for specific installation and configuration instructions.