Simple Weather MCP
Description
# Simple Weather MCP A simple, cross-platform MCP server for weather and weather forecasts. Originates from Nipun Haldar's [weather-mcp-server](https://github.com/nipun24/weather-mcp-server). ### Features - Compatible with the [Jan AI](https://jan.ai) client - No API keys…
About
# Simple Weather MCP A simple, cross-platform MCP server for weather and weather forecasts. Originates from Nipun Haldar's [weather-mcp-server](https://github.com/nipun24/weather-mcp-server). ### Features - Compatible with the [Jan AI](https://jan.ai) client - No API keys required - Fast, single-query weather lookup -…
Details
- Author
- markmehere
- Downloads
- 266
- Categories
- Media
Jump to
- Compatible with the Jan AI client
- No API keys required
- Fast, single-query weather lookup
- Three tools: by coordinates, location name, or current IP address
- Cross-platform support
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Simple Weather MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run via uvx with a single command referencing the git repository. Configure the server in your MCP client (e.g., Jan AI) using the provided JSON snippet that sets the command to uvx and arguments to fetch from git+https://github.com/markmehere/simple-weather-mcp.git. Then invoke any of the three weather tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"simple weather mcp": {
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
}
}
McpServers
{
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
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 addressAPIs used
- Open Meteo — weather data - OpenStreetMap Nominatim — geocoding (location name to coordinates) - ip-api.com — IP-based geolocationTools
-get_forecast_latlong(latitude, longitude): Weather by coordinates
- get_forecast(location): Weather by location name
- get_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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
