🌤️ 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
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
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Comments