PluginBench
MCP Server

NOAA WW3 MCP Server MCP Server

io.github.mansurjisan/ww3-mcp

What is the NOAA WW3 MCP Server MCP server?

GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations

How to install NOAA WW3 MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ww3-mcp": {
      "command": "uvx",
      "args": [
        "ww3-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ww3-mcp": {
      "command": "uvx",
      "args": [
        "ww3-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ww3-mcp": {
      "command": "uvx",
      "args": [
        "ww3-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ww3-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ww3-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ww3-mcp -- uvx ww3-mcp

Related MCP servers

ADCIRC model configuration debugging, parameter lookup, and validation

View repository →

NOAA CO-OPS tides, water levels, currents, and meteorological data

View repository →

Access ocean data from 80+ ERDDAP servers worldwide

View repository →

GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA

View repository →

NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data

View repository →

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

View repository →