OpenWeather MCP Server
OpenWeather MCP Server provides weather data and meteorological information through the Model Context Protocol.
Features
- 🌤️ Current Weather - Get current weather data
- 📋 Weather Forecast - Get weather forecasts
- 🌡️ Temperature Data - Access temperature information
- 🌍 Location-based - Query weather by location
Environment Variables
| Variable | Default | Description |
|---|---|---|
MCP_OPENWEATHER_VERSION |
latest |
MCP OpenWeather image version |
MCP_OPENWEATHER_PORT_OVERRIDE |
8000 |
MCP service port |
OPENWEATHER_API_KEY |
- | OpenWeather API key (required) |
TZ |
UTC |
Timezone |
Getting Started
- Sign up at OpenWeatherMap to get your API key
- Set the
OPENWEATHER_API_KEYin your.envfile - Run
docker compose up -d