MCP Weather Aggregator
Related Servers
Alternatives to MCP Weather Aggregator
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.8 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Docker-based MCP server that provides current weather information for cities worldwide. Enables AI assistants like Claude to fetch temperature, weather conditions, and humidity data through a standardized interface.-

WeatherAI MCPofficial
AlicenseNot gradedqualityDmaintenanceWeatherAI MCP server — 11 live weather tools for Claude Desktop, Cursor, Windsurf, and any MCP-compatible AI assistant35 npmMIT- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.9 npm-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides current weather conditions and forecasts via OpenWeatherMap API to AI agents.-
- FlicenseNot gradedqualityDmaintenanceA production-ready MCP server that provides real-time weather information, forecasts, and alerts to LLM clients using the Open-Meteo API, with support for 26+ global cities, dual transport (STDIO/HTTP), and Docker deployment.-
TDQS
Scored across 6 tools
Most tools target distinct resources, but get_weather_forecast and get_weather_by_coordinates are essentially the same forecast operation differentiated only by input, and get_ambient_theme duplicates a field already returned by the weather tools. Descriptions help clarify the intended usage, but the boundaries are not fully clean.
All tools use snake_case verb-first names, predominantly get_* plus search_location. The naming pattern is consistent and predictable across the entire set.
Six tools is an appropriate size for a weather aggregator, covering location lookup, current weather, forecasts, coordinate-based retrieval, ambient themes, and aurora forecasts. Each tool has a recognizable place in the overall workflow.
The core weather workflow is covered well: search locations, get current conditions, get forecasts, and use coordinates. Minor gaps like historical weather, weather alerts, or a dedicated current-weather-by-coordinates endpoint can be worked around but are not fatal.