Loading...
npx -y @timlukahorstmann/mcp-weather{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@timlukahorstmann/mcp-weather"],
"env": {
"ACCUWEATHER_API_KEY": "your_api_key_here"
}
}
}
}weather-get_hourlyRetrieves the hourly weather forecast for a specified location for the next 12 hours.
Read-only operation; retrieves weather data without modifying any system state.
weather-get_dailyRetrieves the daily weather forecast for a specified location for up to 15 days.
Read-only operation; retrieves weather data without modifying any system state.
This MCP server is relatively safe due to its read-only nature and reliance on a reputable weather API. However, proper handling of the AccuWeather API key is crucial. Rate limiting should be implemented to prevent excessive API usage and potential cost overruns.