Simple Weather MCP

by markmehere

266 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Simple Weather MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 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 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"
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.