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.
Overview
A simple, cross-platform MCP server for weather and weather forecasts. Originates from Nipun Haldar's weather-mcp-server. Weather data is derived from Open Meteo. The server is suitable for light personal usage and was tested with Qwen3 and Jan.
Features
- Compatible with the Jan AI client
- No API keys required (usage limits apply)
- Fast, single-query weather lookup
- Three tools: by coordinates, by location name or by current IP address
Server Config
{
"mcpServers": {
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
}