🌤️ Open Meteo Weather MCP

by walidsi

399 downloads
Not rated
GitHub

About

A simple MCP server that provides current weather and hourly weather forecasts for a given location using the Open-Meteo API.

Details

Author
walidsi
Downloads
399
Categories
Media

- Provides hourly weather forecasts
- Uses the free Open-Meteo API
- Simple setup with uv and Python
- Runs as a standard MCP server

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 🌤️ Open Meteo 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

Clone the repository, create a virtual environment with uv venv, and install dependencies with uv sync. Then configure an MCP client with the provided JSON snippet, setting the command to uv with the directory and script path.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83c\udf24\ufe0f open meteo weather mcp": {
            "open_meteo_weather": {
                "command": "uv",
                "args": [
                    "--directory",
                    "path/to/openmeteo-weather-mcp/",
                    "run",
                    "openmeteo_weather/openmeteo_weather.py"
                ]
            }
        }
    }
}

McpServers

{
    "open_meteo_weather": {
        "command": "uv",
        "args": [
            "--directory",
            "path/to/openmeteo-weather-mcp/",
            "run",
            "openmeteo_weather/openmeteo_weather.py"
        ]
    }
}

MCP Weather Server

A simple MCP server that provides hourly weather forecasts using the Open-meteo API.

Setup

1. Download the source code:

git clone https://github.com/walidsi/openmeteo-weather-mcp.git

2. Install dependencies using uv:

uv venv
uv sync

Running the Server

{
    "mcpServers": {
        "open_meteo_weather": {
            "command": "uv",
            "args": [
                "--directory",
                "path/to/openmeteo-weather-mcp/",
                "run",
                "openmeteo_weather/openmeteo_weather.py"
            ] 
        }
    }
}
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.