A simple, cross-platform MCP server for weather and weather forecasts. Uses Open Meteo for weather data,
OpenStreetMap Nominatim for geocoding and ip-api.com for IP-based geolocation.
Server Config
{
"mcpServers": {
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
}