Weather data service
Connect to OpenWeatherMap for weather forecasts and historical data.
{
"mcpServers": {
"openweather": {
"mcpServers": {
"openweather": {
"env": {
"OPENWEATHER_API_KEY": "your-api-key"
},
"args": [
"-y",
"openweather-mcp-server"
],
"command": "npx"
}
}
}
}
}