DaedalMap Hurricane and Tropical Cyclone Data for Claude Desktop
com.daedalmap/hurricanes
Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure.
client:Claude Desktop
transport:streamable-http
tools:5
Install DaedalMap Hurricane and Tropical Cyclone Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hurricanes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.daedalmap.com/mcp/hurricanes"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs