weather-mcp-server and mcp-openweather
These are competitors offering similar MCP server functionality for weather data retrieval, with A providing a generic lightweight implementation while B specifically wraps the OpenWeather API.
About weather-mcp-server
ezh0v/weather-mcp-server
A lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Built in Go, it integrates with WeatherAPI for real-time forecasts and supports both local stdio and remote SSE transports for Claude Desktop integration. The server exposes a `current_weather` tool and includes Docker deployment support, with structured layers separating handlers, business logic, and templated responses for weather data presentation.
About mcp-openweather
mschneider82/mcp-openweather
mcp server for openweather free api
Exposes current weather and 5-day forecasts via MCP tools with configurable temperature units (Celsius/Fahrenheit/Kelvin) and multi-language condition descriptions. Built in Go and integrates with Claude Desktop through the Smithery package manager, communicating via MCP protocol with environment-based API key configuration. Queries OpenWeatherMap's free tier endpoints and returns structured data including temperature, humidity, wind speed, and sunrise/sunset times.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work