Skip to content
VS Code

NOAA OFS MCP Server for VS Code

io.github.mansurjisan/ofs-mcp

NOAA OFS regional ocean model forecasts — water level, temperature, salinity

client:VS Code transport:stdio runtime:pypi

Install NOAA OFS MCP Server in VS Code

.vscode/mcp.json

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

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

NOAA OFS MCP Server in other clients