MCP server for South-West Indian Ocean cyclone advisories, alerts, archives, and commune-level risk helpers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-cyclone-indian-o": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-cyclone-indian-ocean"
]
}
}
}
Run in terminal:
claude mcp add mcp-cyclone-indian-o npx -y Hug0x0/mcp-cyclone-indian-ocean
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cyclone-indian-o": {
"command": "npx",
"args": [
"-y",
"Hug0x0/mcp-cyclone-indian-ocean"
]
}
}
}