Skip to content
VS Code

noaa cdo mcp server for VS Code

io.github.cyanheads/noaa-cdo-mcp-server

Search NOAA CDO stations and datasets, fetch historical weather observations.

client:VS Code transport:streamable-http runtime:npm

Install noaa cdo mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "noaa-cdo-mcp-server": {
      "type": "http",
      "url": "https://noaa-cdo.caseyjhand.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

noaa cdo mcp server in other clients