Weather MCP Server
π§MCP Serverisdaniel/mcp_weather_server
Provides comprehensive weather and air quality data through multiple transport modes, retrieving current conditions, forecasts, and environmental metrics using the Open-Meteo API.
Overview
An MCP server that provides comprehensive weather and air quality data through multiple transport modes using the Open-Meteo API. It delivers current conditions, forecasts, hourly details, and environmental metrics including particulate matter and atmospheric pollutants.
Key Features
- Current weather data with temperature, humidity, wind, precipitation, UV index, and visibility
- Date range weather queries with hourly detail breakdowns
- Air quality monitoring including PM2.5, PM10, ozone, and other pollutants with health advisories
- Timezone utilities for current time lookup and cross-timezone conversion
- Multiple transport modes: stdio, SSE, and streamable HTTP for flexible integration
Who is this for?
This MCP server is ideal for developers building weather-aware applications or AI agents that need real-time environmental data. It suits anyone integrating weather and air quality information into their workflows, from travel planning assistants to environmental monitoring tools.
Installation
claude mcp add weather -- python -m mcp_weather_server{
"mcpServers": {
"weather": {
"command": "python",
"args": [
...