Utilizes OpenStreetMap's Nominatim API to provide geocoding capabilities, allowing the server to convert location names into geographic coordinates for weather data retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Simple Weather MCPWhat's the current weather and forecast for Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple Weather MCP
A simple, cross-platform MCP server for weather and weather forecasts. Originates from Nipun Haldar's weather-mcp-server.
Features
Compatible with the Jan AI client
No API keys required
Fast, single-query weather lookup
Three tools: by coordinates, by location name or current IP address
APIs used
Open Meteo — weather data
OpenStreetMap Nominatim — geocoding (location name to coordinates)
ip-api.com — IP-based geolocation
Tools
get_forecast_latlong(latitude, longitude): Weather by coordinatesget_forecast(location): Weather by location nameget_local_forecast(): Weather by current location
Setup and integration
{
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.