louiscklaw/hko-mcp
MCP server with basic demonstration of getting weather from Hong Kong Observatory
Quick Start
Clone the repository:
git clone https://github.com/louiscklaw/hko-mcpClaude Desktop configuration example:
{
"mcpServers": {
"hko-mcp": {
"command": "npx",
"args": [
"-y",
"louiscklaw/hko-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.