a year ago
A simple MCP server that provides current weather and hourly weather forecasts for a given location using the Open-Meteo API.
Download from https://github.com/walidsi/openmeteo-weather-mcp
Overview
What is Open Meteo Weather MCP?
Open Meteo Weather MCP is a simple MCP server that provides current weather and hourly weather forecasts using the Open-Meteo API.
How to use Open Meteo Weather MCP?
To use the server, install the necessary dependencies and run the server using the provided command in the setup instructions.
Key features of Open Meteo Weather MCP?
- Provides current weather data and hourly forecasts.
- Utilizes the Open-Meteo API for accurate weather information.
- Easy setup and configuration for users.
Use cases of Open Meteo Weather MCP?
- Integrating weather data into applications.
- Providing real-time weather updates for websites.
- Developing weather-related services and tools.
FAQ from Open Meteo Weather MCP?
- What kind of weather data does it provide?
It provides current weather conditions and hourly forecasts.
- Is it easy to set up?
Yes! The setup process is straightforward with clear instructions.
- Can I customize the server?
Yes! You can modify the server configuration as needed.
Server Config
{
"mcpServers": {
"open_meteo_weather": {
"command": "uv",
"args": [
"--directory",
"path/to/openmeteo-weather-mcp/",
"run",
"openmeteo_weather/openmeteo_weather.py"
]
}
}
}