A MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"weather-mcp"
]
}
}
}