Search NOAA CDO stations and datasets, fetch historical weather observations via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"noaa-climate-mcp-ser": {
"command": "npx",
"args": [
"-y",
"cyanheads/noaa-climate-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add noaa-climate-mcp-ser npx -y cyanheads/noaa-climate-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"noaa-climate-mcp-ser": {
"command": "npx",
"args": [
"-y",
"cyanheads/noaa-climate-mcp-server"
]
}
}
}