🌤️ 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.
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
uvand 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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
QR Planet QR Code MCP Server
qrplanetQR Planet QR Code MCP Server - Hosted MCP server for QR Planet. Connect AI agents and MCP-compatible clients to create, update, design, route, and analyze dynamic QR Codes using your QR Planet API key.

Katto
KattoAI video clipping MCP server: turn long videos, podcasts and Twitch VODs into scored, captioned 9:16 shorts from Claude, Cursor, ChatGPT and any MCP client.
Comments