Weather CLI
Fetches and displays real-time weather information for any location globally via the command line or as an MCP server.
About
Weather CLI is a versatile weather querying tool leveraging the wttr.in API to provide real-time weather information worldwide. It functions both as a command-line tool and an MCP (Model Control Protocol) server, offering a standardized interface for accessing weather forecasts. Users can retrieve detailed weather data, including temperature, humidity, wind speed, and more, without the need for an API key. The MCP server mode allows for integration into other systems and supports various transport protocols.
Key Features
- Supports both command-line and MCP server modes
- Offers a standardized service interface via MCP
- Includes default settings for querying Beijing's weather
- Provides detailed weather information (temperature, humidity, wind speed, etc.)
- Retrieves real-time weather information globally
- 1 GitHub stars
Use Cases
- Integrating weather forecasts into existing applications using the MCP server.
- Quickly checking the weather for different locations via command line.
- Building services that rely on real-time weather data