EnduringChung/Hong-Kong-Weather-MCP-Server
If you are the rightful owner of Hong-Kong-Weather-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Weather MCP Server connects to the Hong Kong Observatory API to provide comprehensive weather information.
The weather MCP Server that enables connection to Hong Kong Observatory API for obtaining weather information.
Key Capabilities:
- Obtain local weather forecast
- 9-day weather forecast
- Current weather report
- Weather warning information
- Special Weather Tips
By prompting the model to return in English, Traditional Chinese or Simplified Chinese, can enable the response to return in their respective language.
Installation
pip install weather
Configuration
Add to your MCP client configuration:
Claude Desktop (claude_desktop_config.json
):
{
"mcpServers": {
"hko-weather": {
"command": "hko-weather-mcp"
}
}
}
LM Studio: { "hko-weather": { "command": "hko-weather-mcp" } }
Features
- Current weather conditions
- 9-day weather forecast
- Weather warnings
- Special weather tips
- Rainfall, temperature, humidity data
Usage
The server provides weather data from Hong Kong Observatory through the get_weather
tool.