Catalog
com.thenextgennexus/weather-mcp-server
Official1 toolForecasts, climate history, severe alerts by location — for outdoor-event planners.
Get weather forecasts, historical climate data, and severe alerts by location.
Captured live from the server via tools/list.
get_weather
Get current weather and forecast for a location. Returns conditions, temperature, humidity, wind, and multi-day forecast. Args: location: City name or coordinates (e.g. 'London, UK', 'New York, NY', '37.7749,-122.4194')
Parameters (1)
- locationstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.