MCP server for querying current real weather by city using Open-Meteo.
Tool
- get_weather: query current weather for a city.
Input
{
"city": "上海"
}
Server Config
{
"mcpServers": {
"my-weather-server-0706": {
"command": "npx",
"args": ["-y", "open-meteo-mcp-weather-server"]
}
}
}
No API key is required.