🌤️ Open Meteo Weather MCP
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
🌤️ Open Meteo Weather MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
