noaa climate mcp server for Claude Desktop
io.github.cyanheads/noaa-climate-mcp-server
Search NOAA climate stations and datasets, fetch historical weather observations.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:10
Install noaa climate mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"noaa-climate-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://noaa-climate.caseyjhand.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- noaa_climate_list_datasets
- noaa_climate_list_data_categories
- noaa_climate_list_data_types
- noaa_climate_list_location_categories
- noaa_climate_find_locations
- noaa_climate_find_stations
- noaa_climate_get_station
- noaa_climate_fetch_data
- noaa_climate_search_storm_events
- noaa_climate_get_billion_dollar_disasters