Skip to content
VS Code

NOAA NDBC MCP Server for VS Code

io.github.mansurjisan/ndbc-mcp

NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations

client:VS Code transport:stdio runtime:pypi

Install NOAA NDBC MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ndbc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ndbc-mcp"
      ]
    }
  }
}

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

NOAA NDBC MCP Server in other clients