# louiscklaw/hko-mcp [Health: Active]

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/louiscklaw/hko-mcp  
**GitHub Stars:** 2  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/louiscklaw-hko-mcp

## Description
MCP server with basic demonstration of getting weather from Hong Kong Observatory

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "hko-mcp": {
    "command": "npx",
    "args": ["-y","github:louiscklaw/mcp-hko"]
  }
}
```

## Documentation
This server provides a basic MCP interface for getting weather data from the Hong Kong Observatory. Use it when an MCP client needs access to Hong Kong Observatory weather information.

**Use cases:**
- Retrieve weather information from the Hong Kong Observatory
- Connect an MCP client to a Hong Kong weather data source
- Demonstrate a basic weather-focused MCP server

**Key features:**
- MCP server implementation
- Hong Kong Observatory weather retrieval
- Basic demonstration functionality

_Summarized from the repository README — see the link above for the full text._

