noaa cdo mcp server for Cursor
io.github.cyanheads/noaa-cdo-mcp-server
Search NOAA CDO stations and datasets, fetch historical weather observations.
client:Cursor
transport:streamable-http
runtime:npm
Install noaa cdo mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"noaa-cdo-mcp-server": {
"url": "https://noaa-cdo.caseyjhand.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs