MCP.so
Sign In

🌤️ Open Meteo Weather MCP

@walidsi

About 🌤️ Open Meteo Weather MCP

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

Basic information

Category

Media & Design

Transports

stdio

Publisher

walidsi

Submitted by

Walid Ismail

Config

Add this server to your MCP-compatible client using the configuration below.

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

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

A simple MCP server that provides hourly weather forecasts using the Open-Meteo API. Designed for MCP-compatible AI applications.

How to use 🌤️ Open Meteo Weather MCP?

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.

Key features of 🌤️ Open Meteo Weather MCP

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

Use cases of 🌤️ Open Meteo Weather MCP

  • Integrate real-time weather data into AI assistants
  • Provide hourly forecast information in chatbot conversations
  • Enable weather queries without external API keys (uses free Open-Meteo)

FAQ from 🌤️ Open Meteo Weather MCP

How do I install dependencies?

Run uv venv to create a virtual environment, then uv sync to install the required packages.

How do I run the server?

Add the JSON configuration to your MCP client, specifying the uv command, the directory, and the script openmeteo_weather/openmeteo_weather.py.

What API does the server use?

It uses the Open-Meteo API for weather data.

What are the runtime requirements?

Python and uv (a fast Python package manager) are required.

Comments

More Media & Design MCP servers