OpenWeatherMap MCP
OtherMCP server for OpenWeatherMap API — current weather, forecasts, air quality, alerts, and geocoding.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"openweathermap-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-openweathermap"
]
}
}
}