Weather forecasting service
MCP server for hourly and daily weather forecasts using AccuWeather API with temperature, humidity, wind, and conditions data.
{
"mcpServers": {
"accuweather": {
"mcpServers": {
"accuweather": {
"env": {
"ACCUWEATHER_API_KEY": "your-api-key"
},
"args": [
"-y",
"accuweather-mcp-server"
],
"command": "npx"
}
}
}
}
}