★ 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"
]
}
}
}
Run in terminal:
claude mcp add hawaii_conditions_mc npx -y Spacemandomains/hawaii_conditions_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"hawaii_conditions_mc": {
"command": "npx",
"args": [
"-y",
"Spacemandomains/hawaii_conditions_mcp_server"
]
}
}
}