hawaii_conditions_mcp_server

Spacemandomains/hawaii_conditions_mcp_server
★ 1 stars TypeScript 🤖 AI/LLM Updated today
For AI Agents planning a Hawaii trip might need to check surf conditions, trail status, volcano activity, and weather
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hawaii_conditions_mc": {
      "command": "npx",
      "args": [
        "-y",
        "Spacemandomains/hawaii_conditions_mcp_server"
      ]
    }
  }
}