MCP Weather Server provides real-time weather information through the Open-Meteo API, allowing AI assistants to retrieve current weather conditions for any city. Developed by danielshih, this Python-based server exposes a single tool (get_weather) that accepts a city name parameter and returns formatted weather data. The implementation is designed for easy integration with MCP clients through either manual configuration in cline_mcp_settings.json or via pip installation, making it ideal for applications that need to incorporate up-to-date weather information into conversations without requiring API keys or complex setup.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Get current weather for a city with comprehensive metrics. Parameters: city (string, required)
Get weather data for a date range with hourly details. Parameters: city (string, required), start_date (string, required), end_date (string, required)
Get detailed weather information as structured JSON data. Parameters: city (string, required)
Get air quality information with pollutant levels and health advice. Parameters: city (string, required), variables (array, optional)
Get detailed air quality data as structured JSON. Parameters: city (string, required), variables (array, optional)
Get current time in any timezone. Parameters: timezone_name (string, required)
Get timezone information. Parameters: timezone_name (string, required)
Convert time between timezones. Parameters: time_str (string, required), from_timezone (string, required), to_timezone (string, required)