🌤️ 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
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.
More Media & Design MCP servers
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments