Wraps the Open-Meteo API to give Claude weather forecasts, air quality readings, and timezone conversions without requiring an API key. You get current conditions (temperature, humidity, wind, UV index, precipitation), hourly forecasts across date ranges, and detailed air quality data including PM2.5, ozone, and nitrogen dioxide with health advisories. Ships with three transport modes: standard stdio for Claude Desktop, SSE for browser apps, and the newer streamable HTTP protocol with stateful or stateless sessions. Geocoding is handled automatically, so you just pass city names. Reach for this when you need free, no-auth weather data in your MCP workflows or want to prototype location-aware features without managing API tokens.
claude mcp add --transport stdio isdaniel-mcp_weather_server uvx mcp_weather_server