Simple Weather MCP
@markmehere
About Simple Weather MCP
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Simple Weather MCP?
A cross-platform MCP server for weather and weather forecasts. It uses the Open Meteo, OpenStreetMap Nominatim, and ip-api.com APIs to provide weather data without requiring API keys. The server is compatible with the Jan AI client and originates from Nipun Haldar's weather-mcp-server.
How to use Simple Weather MCP?
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.
Key features of Simple Weather MCP
- 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
Use cases of Simple Weather MCP
- Get current weather for a specific latitude/longitude pair.
- Look up weather by entering a city or location name.
- Automatically retrieve weather for your current location using your IP address.
FAQ from Simple Weather MCP
Is an API key required?
No, the server does not require any API keys.
What data sources are used?
Weather data comes from Open Meteo, geocoding from OpenStreetMap Nominatim, and IP-based geolocation from ip-api.com.
What weather tools does it provide?
Three tools: get_forecast_latlong(latitude, longitude), get_forecast(location), and get_local_forecast().
How do I integrate it with Jan AI?
Use the provided JSON configuration with command: "uvx" and the specified arguments to add it as an MCP server in Jan AI.
Can I get weather based on my current location?
Yes, the get_local_forecast() tool uses your current IP address to determine location and return the weather forecast.
Frequently asked questions
Is an API key required?
No, the server does not require any API keys.
What data sources are used?
Weather data comes from Open Meteo, geocoding from OpenStreetMap Nominatim, and IP-based geolocation from ip-api.com.
What weather tools does it provide?
Three tools: `get_forecast_latlong(latitude, longitude)`, `get_forecast(location)`, and `get_local_forecast()`.
How do I integrate it with Jan AI?
Use the provided JSON configuration with `command: "uvx"` and the specified arguments to add it as an MCP server in Jan AI.
Can I get weather based on my current location?
Yes, the `get_local_forecast()` tool uses your current IP address to determine location and return the weather forecast.
Basic information
More Media & Design MCP servers
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Comments