MCP server for weather data
MCP server for weather forecasts using OpenWeatherMap API. Get current weather, 5-day forecasts, and detailed conditions globally.
{
"mcpServers": {
"openweathermap": {
"mcpServers": {
"openweathermap": {
"env": {
"OPENWEATHER_API_KEY": "YOUR_OPENWEATHER_API_KEY"
},
"args": [
"-y",
"mcp-openweather"
],
"command": "npx"
}
}
}
}
}